OpenClonk
C4FolderHead Class Reference

#include <C4Folder.h>

Public Member Functions

void Default ()
 
void CompileFunc (StdCompiler *pComp)
 

Public Attributes

int32_t Index
 

Detailed Description

Definition at line 22 of file C4Folder.h.

Member Function Documentation

◆ CompileFunc()

void C4FolderHead::CompileFunc ( StdCompiler pComp)

Definition at line 33 of file C4Folder.cpp.

34 {
35  pComp->Value(mkNamingAdapt(Index, "Index", 0));
36 }
StdNamingAdapt< T > mkNamingAdapt(T &&rValue, const char *szName)
Definition: StdAdaptors.h:92
int32_t Index
Definition: C4Folder.h:25
void Value(const T &rStruct)
Definition: StdCompiler.h:161

References Index, mkNamingAdapt(), and StdCompiler::Value().

Here is the call graph for this function:

◆ Default()

void C4FolderHead::Default ( )

Definition at line 28 of file C4Folder.cpp.

29 {
30  Index = 0;
31 }

References Index.

Referenced by C4Folder::Default().

Here is the caller graph for this function:

Member Data Documentation

◆ Index

int32_t C4FolderHead::Index

Definition at line 25 of file C4Folder.h.

Referenced by CompileFunc(), and Default().


The documentation for this class was generated from the following files: