PC Stable Documentation
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches
CfgParamType Class Reference

Private Member Functions

void CfgParamBool (string param_name)
 
void SetValue (bool value)
 
bool GetValue ()
 
override int GetType ()
 
void CfgParamFloat (string param_name)
 
void SetValue (float value)
 
float GetValue ()
 
override int GetType ()
 
void CfgParamInt (string param_name)
 
void SetValue (int value)
 
int GetValue ()
 
override int GetType ()
 
void CfgParamString (string param_name)
 
void SetValue (string value)
 
string GetValue ()
 
override int GetType ()
 

Private Attributes

private bool m_Value
 
private float m_Value
 
private int m_Value
 
private string m_Value
 

Member Function Documentation

◆ CfgParamBool()

void CfgParamBool ( string  param_name)
inlineprivate

References m_Value.

◆ CfgParamFloat()

void CfgParamFloat ( string  param_name)
inlineprivate

References m_Value.

◆ CfgParamInt()

void CfgParamInt ( string  param_name)
inlineprivate

References m_Value.

◆ CfgParamString()

void CfgParamString ( string  param_name)
inlineprivate

References m_Value, and STRING_EMPTY.

◆ GetType() [1/4]

override int GetType ( )
inlineprivate

References CFG_TYPE_BOOL.

◆ GetType() [2/4]

override int GetType ( )
inlineprivate

References CFG_TYPE_FLOAT.

◆ GetType() [3/4]

override int GetType ( )
inlineprivate

References CFG_TYPE_INT.

◆ GetType() [4/4]

override int GetType ( )
inlineprivate

References CFG_TYPE_STRING.

◆ GetValue() [1/4]

bool GetValue ( )
inlineprivate

References m_Value.

◆ GetValue() [2/4]

float GetValue ( )
inlineprivate

References m_Value.

◆ GetValue() [3/4]

int GetValue ( )
inlineprivate

References m_Value.

◆ GetValue() [4/4]

string GetValue ( )
inlineprivate

References m_Value.

◆ SetValue() [1/4]

void SetValue ( bool  value)
inlineprivate

References m_Value.

◆ SetValue() [2/4]

void SetValue ( float  value)
inlineprivate

References m_Value.

◆ SetValue() [3/4]

void SetValue ( int  value)
inlineprivate

References m_Value.

◆ SetValue() [4/4]

void SetValue ( string  value)
inlineprivate

References m_Value.

Field Documentation

◆ m_Value [1/4]

private bool m_Value
private

Referenced by GetValue().

◆ m_Value [2/4]

private float m_Value
private

◆ m_Value [3/4]

private int m_Value
private

◆ m_Value [4/4]

private string m_Value
private

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