|
topazc
|
Structure of part of path to object. More...
Public Types | |
| enum | Object { OBJ_MODULE , OBJ_CLASS } |
| Object from path (module or class). More... | |
Public Attributes | |
| std::string | name |
| enum CodeGenerator::PathPart::Object | object |
Structure of part of path to object.
Definition at line 40 of file codegen.hpp.
Object from path (module or class).
| Enumerator | |
|---|---|
| OBJ_MODULE | |
| OBJ_CLASS | |
Definition at line 46 of file codegen.hpp.
| std::string CodeGenerator::PathPart::name |
Name of part
Definition at line 41 of file codegen.hpp.
| enum CodeGenerator::PathPart::Object CodeGenerator::PathPart::object |