#include <log.hh>
Public Member Functions | |
| StringPrefixer (const std::string &s, const std::string &vs="") | |
| const std::string & | operator() (int c=0) const |
Private Attributes | |
| std::string | s_ |
| std::string | vs_ |
| olsr::utl::StringPrefixer::StringPrefixer | ( | const std::string & | s, | |
| const std::string & | vs = "" | |||
| ) | [inline] |
| const std::string& olsr::utl::StringPrefixer::operator() | ( | int | c = 0 |
) | const [inline] |
std::string olsr::utl::StringPrefixer::s_ [private] |
Referenced by operator()().
std::string olsr::utl::StringPrefixer::vs_ [private] |
Referenced by operator()().
1.5.6