Public Types | |
typedef tool::mapping< essid, essid, internals::ppep_mapping_factory > | super_type |
Public Member Functions | |
prefix_preserving_essid_policy (const std::string &mapname="ESSID.map") | |
const essid & | operator[] (const essid &) |
operator std::ostream & () | |
template<class T > | |
std::ostream & | operator<< (const T &) |
Protected Member Functions | |
void | load (std::istream &) |
const essid & wpl::tool::mapping< essid , essid , internals::ppep_mapping_factory >::operator[] | ( | const essid & | ) | [inherited] |
Retrieve the value of a corresponding key.
When the key already exists in the mapping, just return its value. Else, insert the (key, value) pair according to the Factory
template parameter.