OpenClonk
StdCompilerINIRead::NameNode Struct Reference

#include <StdCompiler.h>

Collaboration diagram for StdCompilerINIRead::NameNode:
[legend]

Public Member Functions

 NameNode (NameNode *pParent=nullptr)
 

Public Attributes

StdStrBuf Name
 
bool Section {false}
 
NameNodeParent
 
NameNodeFirstChild {nullptr}
 
NameNodePrevChild {nullptr}
 
NameNodeNextChild {nullptr}
 
NameNodeLastChild {nullptr}
 
int Indent {-1}
 
const char * Pos {nullptr}
 

Detailed Description

Definition at line 675 of file StdCompiler.h.

Constructor & Destructor Documentation

◆ NameNode()

StdCompilerINIRead::NameNode::NameNode ( NameNode pParent = nullptr)
inline

Definition at line 689 of file StdCompiler.h.

689  :
690  Parent(pParent)
691  { }

Member Data Documentation

◆ FirstChild

◆ Indent

int StdCompilerINIRead::NameNode::Indent {-1}

Definition at line 685 of file StdCompiler.h.

Referenced by StdCompilerINIRead::CreateNameTree().

◆ LastChild

NameNode * StdCompilerINIRead::NameNode::LastChild {nullptr}

◆ Name

◆ NextChild

◆ Parent

NameNode* StdCompilerINIRead::NameNode::Parent

◆ Pos

◆ PrevChild

NameNode * StdCompilerINIRead::NameNode::PrevChild {nullptr}

◆ Section

bool StdCompilerINIRead::NameNode::Section {false}

The documentation for this struct was generated from the following file: