NCBI C++ ToolKit
|
Search Toolkit Book for CStrTokenPosAdapter
Adapter for token position container pointer(NULL legal) Makes pointer to a container look as a legal container. More...
#include <corelib/ncbistr_util.hpp>
Public Member Functions | |
CStrTokenPosAdapter (TPosContainer *token_pos) | |
If token_pos construction parameter is NULL all calls are ignored. More... | |
void | push_back (string::size_type pos) |
void | reserve (string::size_type capacity) |
string::size_type | size () |
void | resize (string::size_type newsize) |
Private Attributes | |
TPosContainer * | m_TokenPos |
Adapter for token position container pointer(NULL legal) Makes pointer to a container look as a legal container.
Definition at line 372 of file ncbistr_util.hpp.