|
AnaMark Tuning Library
|
#include <TUN_EmbedHTML.h>
Public Member Functions | |
| CTokenPos (CSingleScale::eSection section, CSingleScale::eKey key) | |
| virtual | ~CTokenPos () |
| std::string | GetToken () const |
| bool | FindNext (const std::string &str, std::string::size_type pos) |
| bool | operator< (const CTokenPos &rhs) const |
| void | ReplaceToken (std::string &str, CSingleScale &ss, long lVersionFrom=0, long lVersionTo=200, std::string strListItemSeparator=std::string("<br />")) const |
Public Attributes | |
| CSingleScale::eSection | m_section |
| CSingleScale::eKey | m_key |
| std::string::size_type | m_pos |
| TUN::CTokenPos::CTokenPos | ( | CSingleScale::eSection | section, |
| CSingleScale::eKey | key | ||
| ) |
|
inlinevirtual |
| bool TUN::CTokenPos::FindNext | ( | const std::string & | str, |
| std::string::size_type | pos | ||
| ) |
| std::string TUN::CTokenPos::GetToken | ( | ) | const |
| bool TUN::CTokenPos::operator< | ( | const CTokenPos & | rhs | ) | const |
| void TUN::CTokenPos::ReplaceToken | ( | std::string & | str, |
| CSingleScale & | ss, | ||
| long | lVersionFrom = 0, |
||
| long | lVersionTo = 200, |
||
| std::string | strListItemSeparator = std::string("<br />") |
||
| ) | const |
| CSingleScale::eKey TUN::CTokenPos::m_key |
| std::string::size_type TUN::CTokenPos::m_pos |
| CSingleScale::eSection TUN::CTokenPos::m_section |
1.8.11