#include <ValueList.h>
Inherits std::vector< ValueBase * >.
Inheritance diagram for ValueList:


Public Member Functions | |
| ValueList () | |
| void | clean () |
| int | printf (const char *format,...) __attribute__((format(printf |
| int int | scanf (const char *format,...) __attribute__((format(scanf |
Definition at line 23 of file ValueList.h.
| ValueList::ValueList | ( | ) |
Definition at line 14 of file ValueList.cpp.
| void ValueList::clean | ( | ) |
| int ValueList::printf | ( | const char * | format, | |
| ... | ||||
| ) |
Definition at line 29 of file ValueList.cpp.
References clean(), ERROR, ERROR_BACKTRACE(), FAILED(), Support::failureCode(), MSG_OBJECT_CANNOT_CREATE, MSG_VALUE_LIST_WRONG_FORMAT, OK, VALUE_TYPE_CHAR, VALUE_TYPE_DOUBLE, VALUE_TYPE_INT, VALUE_TYPE_OBJECT, VALUE_TYPE_POINTER, VALUE_TYPE_STRING, and VALUE_TYPE_UINT.
| int ValueList::scanf | ( | const char * | format, | |
| ... | ||||
| ) |
Definition at line 88 of file ValueList.cpp.
References ERROR, Value< T >::get(), MSG_VALUE_LIST_UNEXPECTED, MSG_VALUE_LIST_WRONG_FORMAT, OK, VALUE_TYPE_CHAR, VALUE_TYPE_DOUBLE, VALUE_TYPE_INT, VALUE_TYPE_POINTER, and VALUE_TYPE_STRING.
1.5.1