|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <Lexicon.h>
Public Member Functions | |
| Item (E value, TextView name) | |
Public Attributes | |
| Pair | _payload |
| Enumeration and name. | |
Each unique pair of value and name is stored as an instance of this class. The primary is stored first and is therefore found by normal lookup.
| swoc::Lexicon< E >::Item::Item | ( | E | value, |
| TextView | name ) |
| Pair swoc::Lexicon< E >::Item::_payload |