|
ICG 2
Electric Boogaloo
|
Hold information about a field declaration. More...
#include <FieldInfo.hpp>
Public Member Functions | |
| FieldInfo () | |
| ICGTemplateEngine::Dictionary | toDictionary () const override |
| Get a map of token name -> token value for this object. More... | |
| ICGTemplateEngine::ListTokenItems | nextLevel () const override |
| Get the value of any recursable objects nested in this one. May return empty if this is a "leaf". More... | |
| std::string | toString () const override |
| Get a string representation. More... | |
Public Attributes | |
| std::string | type |
| std::string | name |
Hold information about a field declaration.
| FieldInfo::FieldInfo | ( | ) |
|
overridevirtual |
Get the value of any recursable objects nested in this one. May return empty if this is a "leaf".
Implements ICGTemplateEngine::recursable.
|
overridevirtual |
Get a map of token name -> token value for this object.
Implements ICGTemplateEngine::recursable.
|
overridevirtual |
| std::string FieldInfo::name |
| std::string FieldInfo::type |