#include <configfile.h>
Collaboration diagram for CONFIGVARIABLE:

Public Member Functions | |
| CONFIGVARIABLE () | |
| string | GetFullName () |
| void | Set (string newval) |
| void | DebugPrint () |
| string | strLTrim (string instr) |
| string | strRTrim (string instr) |
| string | strTrim (string instr) |
| string | strLCase (string instr) |
Public Attributes | |
| string | section |
| string | name |
| string | val_s |
| int | val_i |
| float | val_f |
| float | val_v [3] |
| bool | val_b |
| CONFIGVARIABLE * | next |
| bool | written |
Definition at line 39 of file configfile.h.
|
|
Definition at line 303 of file configfile.cpp. References next, NULL, val_b, val_f, val_i, val_s, and val_v. |
|
|
Definition at line 373 of file configfile.cpp. References name, section, val_b, val_f, val_i, val_s, and val_v. Referenced by CONFIGFILE::DebugPrint(). |
|
|
Definition at line 316 of file configfile.cpp. Referenced by Vamos_Body::Car::LoadPart(). |
|
|
Definition at line 327 of file configfile.cpp. References strLCase(), strTrim(), val_b, val_f, val_i, val_s, and val_v. Referenced by CONFIGFILE::Add(). |
|
|
Definition at line 523 of file configfile.cpp. Referenced by CONFIGFILE::LCase(), and Set(). |
|
|
Definition at line 387 of file configfile.cpp. Referenced by strTrim(). |
|
|
Definition at line 392 of file configfile.cpp. Referenced by strTrim(). |
|
|
Definition at line 401 of file configfile.cpp. References strLTrim(), and strRTrim(). Referenced by Set(), and CONFIGFILE::Trim(). |
|
|
Definition at line 45 of file configfile.h. Referenced by CONFIGFILE::Add(), CONFIGFILE::ClearParam(), DebugPrint(), GetFullName(), CONFIGFILE::GetParam(), CONFIGFILE::SetParam(), and CONFIGFILE::Write(). |
|
|
Definition at line 55 of file configfile.h. Referenced by CONFIGFILE::Add(), CONFIGFILE::Clear(), CONFIGFILE::ClearParam(), CONFIGVARIABLE(), CONFIGFILE::DebugPrint(), CONFIGFILE::GetParam(), Vamos_Body::Car::LoadPart(), and CONFIGFILE::Write(). |
|
|
Definition at line 44 of file configfile.h. Referenced by CONFIGFILE::Add(), CONFIGFILE::ClearParam(), DebugPrint(), GetFullName(), CONFIGFILE::GetParam(), CONFIGFILE::SetParam(), and CONFIGFILE::Write(). |
|
|
Definition at line 53 of file configfile.h. Referenced by CONFIGVARIABLE(), DebugPrint(), CONFIGFILE::GetParam(), and Set(). |
|
|
Definition at line 51 of file configfile.h. Referenced by CONFIGVARIABLE(), DebugPrint(), CONFIGFILE::GetParam(), and Set(). |
|
|
Definition at line 50 of file configfile.h. Referenced by CONFIGVARIABLE(), DebugPrint(), CONFIGFILE::GetParam(), and Set(). |
|
|
Definition at line 49 of file configfile.h. Referenced by CONFIGFILE::Add(), CONFIGVARIABLE(), DebugPrint(), CONFIGFILE::GetParam(), Set(), and CONFIGFILE::Write(). |
|
|
Definition at line 52 of file configfile.h. Referenced by CONFIGVARIABLE(), DebugPrint(), CONFIGFILE::GetParam(), and Set(). |
|
|
Definition at line 66 of file configfile.h. Referenced by CONFIGFILE::Write(). |
1.4.6