Public Member Functions | |
| ippStringBuilder () | |
| ippStringBuilder (const ippTag &tag, const char *marker) | |
| ippStringBuilder (const ippTag &tag) | |
| virtual | ~ippStringBuilder () |
| void | Append (const char *) |
| std::string | ToString () const |
| void | StartFunc (const char *funcName) |
| void | StartFunc (ippCommandNameType type) |
| void | EndFunc () |
| void | AppendParam (int value) |
| void | AppendParam (double value) |
| void | AppendParam (const char *value) |
| void | AppendParam (const std::string &value) |
| void | AppendParam (ippChangeToolActionType) |
| void | AppendParam (const ippErrorNameType &value) |
| void | AppendParam (ippCoordSysType value) |
| void | AppendParam (ippMachineClassType value) |
| ippStringBuilder & | AppendFunc (const char *function_name, const char *value) |
| ippStringBuilder & | AppendFunc (const char *function_name, const std::string &value) |
| ippStringBuilder & | AppendFunc (const char *function_name, double value) |
| ippStringBuilder & | AppendFunc (const char *function_name, int value) |
| ippStringBuilder & | AppendFunc (const char *function_name, double v1, double v2, double v3) |
| ippStringBuilder & | AppendFunc (const char *function_name) |
| ippStringBuilder & | AppendFunc (const char *function_name, const ippErrorNameType &) |
| ippStringBuilder & | AppendFunc (const char *function_name, const ippTargetVector &v) |
| ippStringBuilder & | AppendFunc (const char *function_name, ippCoordSysType v) |
| ippStringBuilder & | AppendFunc (const char *function_name, ippMachineClassType v) |
|
|
Definition at line 17 of file ippStringBuilder.cpp. |
|
||||||||||||
|
Definition at line 29 of file ippStringBuilder.cpp. |
|
|
Definition at line 39 of file ippStringBuilder.cpp. |
|
|
Definition at line 48 of file ippStringBuilder.cpp. |
|
|
||||||||||||
|
Definition at line 195 of file ippStringBuilder.cpp. References AppendParam(), EndFunc(), and StartFunc(). |
|
||||||||||||
|
Definition at line 203 of file ippStringBuilder.cpp. References AppendParam(), EndFunc(), and StartFunc(). |
|
||||||||||||
|
Definition at line 182 of file ippStringBuilder.cpp. References AppendFunc(). |
|
||||||||||||
|
Definition at line 187 of file ippStringBuilder.cpp. References AppendParam(), EndFunc(), and StartFunc(). |
|
|
Definition at line 211 of file ippStringBuilder.cpp. References EndFunc(), and StartFunc(). |
|
||||||||||||||||||||
|
Definition at line 172 of file ippStringBuilder.cpp. References AppendParam(), EndFunc(), and StartFunc(). |
|
||||||||||||
|
Definition at line 157 of file ippStringBuilder.cpp. References AppendParam(), EndFunc(), and StartFunc(). |
|
||||||||||||
|
Definition at line 150 of file ippStringBuilder.cpp. References AppendParam(), EndFunc(), and StartFunc(). |
|
||||||||||||
|
Definition at line 59 of file ippStringBuilder.h. References ippStringBuilder. |
|
||||||||||||
|
|
Definition at line 123 of file ippStringBuilder.cpp. References toString(). |
|
|
Definition at line 117 of file ippStringBuilder.cpp. References toString(). |
|
|
Definition at line 129 of file ippStringBuilder.cpp. |
|
|
Definition at line 111 of file ippStringBuilder.cpp. References toString(). |
|
|
Definition at line 52 of file ippStringBuilder.h. |
|
|
Definition at line 143 of file ippStringBuilder.cpp. |
|
|
Definition at line 93 of file ippStringBuilder.cpp. |
|
|
|
|
Definition at line 72 of file ippStringBuilder.cpp. References getCommandNameString(), and StartFunc(). |
|
|
1.4.1