#include <StdCompiler.h>
Public Member Functions | |
NameNode (NameNode *pParent=nullptr) | |
Public Attributes | |
StdStrBuf | Name |
bool | Section {false} |
NameNode * | Parent |
NameNode * | FirstChild {nullptr} |
NameNode * | PrevChild {nullptr} |
NameNode * | NextChild {nullptr} |
NameNode * | LastChild {nullptr} |
int | Indent {-1} |
const char * | Pos {nullptr} |
Definition at line 675 of file StdCompiler.h.
|
inline |
Definition at line 689 of file StdCompiler.h.
NameNode * StdCompilerINIRead::NameNode::FirstChild {nullptr} |
Definition at line 683 of file StdCompiler.h.
Referenced by StdCompilerINIRead::CreateNameTree(), StdCompilerINIRead::FreeNameNode(), StdCompilerINIRead::GetNameByIndex(), StdCompilerINIRead::Name(), StdCompilerINIRead::NameCount(), and StdCompilerINIRead::NameEnd().
int StdCompilerINIRead::NameNode::Indent {-1} |
Definition at line 685 of file StdCompiler.h.
Referenced by StdCompilerINIRead::CreateNameTree().
NameNode * StdCompilerINIRead::NameNode::LastChild {nullptr} |
Definition at line 683 of file StdCompiler.h.
Referenced by StdCompilerINIRead::CreateNameTree(), and StdCompilerINIRead::NameEnd().
StdStrBuf StdCompilerINIRead::NameNode::Name |
Definition at line 678 of file StdCompiler.h.
Referenced by StdCompilerINIRead::CreateNameTree(), StdCompilerINIRead::FollowName(), StdCompilerINIRead::GetNameByIndex(), StdCompilerINIRead::getPosition(), StdCompilerINIRead::Name(), StdCompilerINIRead::NameCount(), and StdCompilerINIRead::Separator().
NameNode * StdCompilerINIRead::NameNode::NextChild {nullptr} |
Definition at line 683 of file StdCompiler.h.
Referenced by StdCompilerINIRead::CreateNameTree(), StdCompilerINIRead::FollowName(), StdCompilerINIRead::FreeNameNode(), StdCompilerINIRead::GetNameByIndex(), StdCompilerINIRead::Name(), StdCompilerINIRead::NameCount(), and StdCompilerINIRead::NameEnd().
NameNode* StdCompilerINIRead::NameNode::Parent |
Definition at line 682 of file StdCompiler.h.
Referenced by StdCompilerINIRead::CreateNameTree(), StdCompilerINIRead::FreeNameNode(), and StdCompilerINIRead::NameEnd().
const char* StdCompilerINIRead::NameNode::Pos {nullptr} |
Definition at line 687 of file StdCompiler.h.
Referenced by StdCompilerINIRead::CreateNameTree(), StdCompilerINIRead::GetNameByIndex(), StdCompilerINIRead::getPosition(), StdCompilerINIRead::Name(), and StdCompilerINIRead::NameCount().
NameNode * StdCompilerINIRead::NameNode::PrevChild {nullptr} |
Definition at line 683 of file StdCompiler.h.
Referenced by StdCompilerINIRead::CreateNameTree(), and StdCompilerINIRead::NameEnd().
bool StdCompilerINIRead::NameNode::Section {false} |
Definition at line 680 of file StdCompiler.h.
Referenced by StdCompilerINIRead::CreateNameTree(), StdCompilerINIRead::getPosition(), and StdCompilerINIRead::Separator().