#include <Value.h>
Public Member Functions | |
| ValueList () | |
| Not yet documented. | |
| ValueList (const ValueArray &value_array) | |
| Not yet documented. | |
| int | getCount () const |
| Not yet documented. | |
| void | insertValue (const Value &value) |
| Not yet documented. | |
| void | insertValueLast (const Value &value) |
| Not yet documented. | |
| void | insertValueFirst (const Value &value) |
| Not yet documented. | |
| Bool | suppressValue (const Value &value) |
| Not yet documented. | |
| Bool | suppressPairValues (const Value &value1, const Value &value2) |
| Not yet documented. | |
| Bool | exists (const Value &value) const |
| Not yet documented. | |
| void | empty () |
| Not yet documented. | |
| ValueArray * | toArray () const |
| Not yet documented. | |
| ~ValueList () | |
Friends | |
| class | ValueListCursor |
Definition at line 864 of file Value.h.
| eyedb::ValueList::ValueList | ( | const ValueArray & | value_array | ) |
| int eyedb::ValueList::getCount | ( | void | ) | const |
| void eyedb::ValueList::insertValue | ( | const Value & | value | ) |
| void eyedb::ValueList::insertValueLast | ( | const Value & | value | ) |
| void eyedb::ValueList::insertValueFirst | ( | const Value & | value | ) |
| void eyedb::ValueList::empty | ( | void | ) |
| ValueArray * eyedb::ValueList::toArray | ( | ) | const |
1.5.3