Class string_buffer::string_item¶
Defined in File util.h
Nested Relationships¶
This class is a nested type of Class string_buffer.
Inheritance Relationships¶
Base Type¶
public util::string_buffer::item
(Class string_buffer::item)
Class Documentation¶
-
class
util::string_buffer
::
string_item
: public util::string_buffer::item Public Functions
-
string_item
(const std::string &s)
-
void
assign
(const std::string &s)
-
const std::string &
value
() const
-
std::string &
value
()
-
std::string
str
() const
-
~string_item
()
-