|
Ingen
0.5.1
|
#include <Forge.hpp>
Inheritance diagram for Ingen::Forge:
Collaboration diagram for Ingen::Forge:Public Member Functions | |
| Forge (URIMap &map) | |
| std::string | str (const Atom &atom, bool quoted=true) |
| bool | is_uri (const Atom &atom) const |
| Atom | make () |
| Atom | make (int32_t v) |
| Atom | make (float v) |
| Atom | make (bool v) |
| Atom | make_urid (int32_t v) |
| Atom | make_urid (const Raul::URI &u) |
| Atom | alloc (uint32_t size, uint32_t type, const void *val) |
| Atom | alloc (const char *v) |
| Atom | alloc (const std::string &v) |
| Atom | alloc_uri (const char *v) |
| Atom | alloc_uri (const std::string &v) |
Forge for Atoms.
1.8.12