|
commore
1.0.6-SNAPSHOT
|
Public Member Functions | |
| bool | get_bool (const Symbol &att) |
| bool & | set_bool (const Symbol &att) |
| bool & | set_bool (const Symbol &att, bool v) |
| Int | get_int (const Symbol &att) |
| Int & | set_int (const Symbol &att) |
| Int & | set_int (const Symbol &att, Int v) |
| const ListInt & | get_list_int (const Symbol &att) const |
| ListInt & | set_list_int (const Symbol &att) |
| ListInt & | set_list_int (const Symbol &att, const ListInt &v) |
| Int & | add_int (const Symbol &att, Int v) |
| Int & | add_int (const Symbol &att) |
| const AString & | get_astring (const Symbol &att) |
| AString & | set_astring (const Symbol &att) |
| AString & | set_astring (const Symbol &att, const AChar *v) |
| const Tuple & | get_tuple (const Symbol &att) |
| Tuple & | set_tuple (const Symbol &att) |
| Tuple & | set_tuple (const Symbol &att, const Tuple &v) |
| bool | next () |
| bool | prev () |
| bool | more () const |
| bool | erase () |
Friends | |
| class | Table |