Go to the documentation of this file.Go to the SVN repository for this file.
40 CTempString* attr_name,
string* attr_value,
size_t* attr_column)
49 *attr_column = attr_start -
m_Start + 1;
77 "empty attribute value must be specified as " <<
78 attr_name <<
"=\"\"");
84 m_EOL - attr_start), &n_read);
ENextAttributeType NextAttribute(CTempString *attr_name, string *attr_value, size_t *attr_column)
CTempString implements a light-weight string on top of a storage buffer whose lifetime management is ...
#define NCBI_THROW_FMT(exception_class, err_code, message)
The same as NCBI_THROW but with message processed as output to ostream.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
CTempString & assign(const char *src_str, size_type len)
Assign new values to the content of the a string.
static string ParseEscapes(const CTempString str, EEscSeqRange mode=eEscSeqRange_Standard, char user_char='?')
Parse C-style escape sequences in the specified string.
static string ParseQuoted(const CTempString str, size_t *n_read=NULL)
Discard C-style backslash escapes and extract a quoted string.