Mana
Loading...
Searching...
No Matches
Typedefs | Functions
defaults.h File Reference
#include <map>
#include <string>
#include "variabledata.h"

Go to the source code of this file.

Typedefs

using DefaultsData = std::map< std::string, VariableData * >
 

Functions

DefaultsDatagetBrandingDefaults ()
 
DefaultsDatagetPathsDefaults ()
 

Typedef Documentation

◆ DefaultsData

using DefaultsData = std::map<std::string, VariableData *>

Definition at line 27 of file defaults.h.

Function Documentation

◆ getBrandingDefaults()

DefaultsData * getBrandingDefaults ( )

Definition at line 61 of file defaults.cpp.

◆ getPathsDefaults()

DefaultsData * getPathsDefaults ( )

Definition at line 86 of file defaults.cpp.