Aligned key/value with multiline support Key : value 1 LongKey : value 2 Multiline : line 1 line 2 Next Key : value 3.
More...
|
| | PropertyTable () |
| |
| template<class KeyType > |
| PropertyTable & | add (const KeyType &key_r) |
| |
| template<class KeyType , class ValueType > |
| PropertyTable & | add (const KeyType &key_r, const ValueType &val_r) |
| |
| template<class KeyType > |
| PropertyTable & | add (const KeyType &key_r, bool val_r) |
| |
| template<class ValueType > |
| PropertyTable & | addDetail (const ValueType &val_r) |
| |
| template<class KeyType , class ValueType > |
| PropertyTable & | addDetail (const KeyType &key_r, const ValueType &val_r) |
| |
| template<class KeyType , class Iterator_ > |
| PropertyTable & | add (const KeyType &key_r, Iterator_ begin_r, Iterator_ end_r, bool forceDetails_r=false) |
| |
| template<class KeyType , class ContainerType > |
| PropertyTable & | lst (const KeyType &key_r, const ContainerType &lst_r, bool forceDetails_r=false) |
| |
| template<class KeyType , class ValueType > |
| PropertyTable & | add (const KeyType &key_r, const std::set< ValueType > &lst_r, bool forceDetails_r=false) |
| |
| template<class KeyType , class ValueType > |
| PropertyTable & | add (const KeyType &key_r, const std::list< ValueType > &lst_r, bool forceDetails_r=false) |
| |
| template<class KeyType , class ValueType > |
| PropertyTable & | add (const KeyType &key_r, const std::vector< ValueType > &lst_r, bool forceDetails_r=false) |
| |
| PropertyTable & | paint (ansi::Color color_r, bool cond_r=true) |
| |
| TableRow & | last () |
| |
| std::string & | lastKey () |
| |
| std::string & | lastValue () |
| |
Aligned key/value with multiline support Key : value 1 LongKey : value 2 Multiline : line 1 line 2 Next Key : value 3.
Definition at line 534 of file Table.h.