|
supertux
|
Public Member Functions | |
| void | add_type (AtomicType *type) |
| void | add_namespace (Namespace *ns) |
| AtomicType * | _findType (const std::string &name, bool godown=false) |
| Namespace * | _findNamespace (const std::string &name, bool godown=false) |
| Namespace * | findNamespace (const std::string &name, bool godown=false) |
Public Attributes | |
| std::vector< Function * > | functions |
| std::vector< Field * > | fields |
| std::vector< AtomicType * > | types |
| std::vector< Namespace * > | namespaces |
| Namespace * | parent |
| std::string | name |
1.8.12