libt3widget
|
Implementation of a string list. More...
Public Member Functions | |
virtual const std::string * | operator[] (size_t idx) const |
Retrieve element idx . More... | |
virtual void | push_back (std::string *str) |
virtual size_t | size (void) const |
Retrieve the size of the list. More... | |
Protected Attributes | |
std::vector< std::string * > | strings |
Implementation of a string list.
|
virtual |
Retrieve element idx
.
Implements t3_widget::list_base_t.
|
virtual |
Retrieve the size of the list.
Implements t3_widget::list_base_t.