#include <lineardict.h>
Public Member Functions | |
| Item & | key () |
| const Item & | key () const |
| void | key (const Item &v) |
| LinearDictEntry (const Item &k, const Item &v) | |
| void | value (const Item &v) |
| Item & | value () |
| const Item & | value () const |
Friends | |
| class | LinearDict |
| Item& Falcon::LinearDictEntry::key | ( | ) | [inline] |
| const Item& Falcon::LinearDictEntry::key | ( | ) | const [inline] |
| void Falcon::LinearDictEntry::key | ( | const Item & | v | ) | [inline] |
| void Falcon::LinearDictEntry::value | ( | const Item & | v | ) | [inline] |
| Item& Falcon::LinearDictEntry::value | ( | ) | [inline] |
| const Item& Falcon::LinearDictEntry::value | ( | ) | const [inline] |
friend class LinearDict [friend] |
1.5.8