InspIRCd
3.0
|
#include <hashcomp.h>
Public Member Functions | |
commasepstream (const std::string &source, bool allowempty=false) | |
![]() | |
sepstream (const std::string &source, char separator, bool allowempty=false) | |
bool | GetToken (std::string &token) |
template<typename Numeric > | |
bool | GetNumericToken (Numeric &token) |
const std::string | GetRemaining () |
bool | StreamEnd () |
bool | Contains (const std::string &value) |
Additional Inherited Members | |
![]() | |
std::string | tokens |
char | sep |
size_t | pos |
bool | allow_empty |
A derived form of sepstream, which separates on commas
|
inline |
Initialize with comma separator