stub_SBuf.cc
Go to the documentation of this file.
66 SBuf::size_type SBuf::findFirstNotOf(const CharacterSet &, size_type) const STUB_RETVAL(SBuf::npos)
67 SBuf::size_type SBuf::findLastNotOf(const CharacterSet &, size_type) const STUB_RETVAL(SBuf::npos)
size_type findFirstOf(const CharacterSet &set, size_type startPos=0) const
Definition: SBuf.cc:733
Definition: Stats.h:21
size_type findFirstNotOf(const CharacterSet &set, size_type startPos=0) const
Definition: SBuf.cc:756
int compare(const SBuf &S, const SBufCaseSensitive isCaseSensitive, const size_type n) const
Definition: SBuf.cc:362
InstanceIdDefinitions(SBuf, "SBuf")
bool startsWith(const SBuf &S, const SBufCaseSensitive isCaseSensitive=caseSensitive) const
Definition: SBuf.cc:452
size_type findLastNotOf(const CharacterSet &set, size_type endPos=npos) const
Definition: SBuf.cc:800
static const size_type maxSize
Maximum size of a SBuf. By design it MUST be < MAX(size_type)/2. Currently 256Mb. ...
Definition: SBuf.h:95
void rawAppendFinish(const char *start, size_type actualSize)
Definition: SBuf.cc:144
Named SBuf::reserve() parameters. Defaults ask for and restrict nothing.
Definition: SBuf.h:685
std::ostream & print(std::ostream &os) const
print the SBuf contents to the supplied ostream
Definition: SBuf.cc:305
size_type findLastOf(const CharacterSet &set, size_type endPos=npos) const
Definition: SBuf.cc:779
SBuf & trim(const SBuf &toRemove, bool atBeginning=true, bool atEnd=true)
Definition: SBuf.cc:561
size_type reserve(const SBufReservationRequirements &requirements)
Definition: SBuf.cc:112
STL namespace.