StaticStringSource is a StringSource using an std::string as source.
More...
#include <globjects/include/globjects/base/StaticStringSource.h>
StaticStringSource is a StringSource using an std::string as source.
The string can be queried with string().
- See also
- StringSource
globjects::StaticStringSource::StaticStringSource |
( |
const std::string & |
string | ) |
|
globjects::StaticStringSource::StaticStringSource |
( |
const char * |
data, |
|
|
size_t |
length |
|
) |
| |
virtual std::string globjects::StaticStringSource::shortInfo |
( |
| ) |
const |
|
overridevirtual |
virtual std::string globjects::StaticStringSource::string |
( |
| ) |
const |
|
overridevirtual |
void globjects::StaticStringSource::setString |
( |
const std::string & |
string | ) |
|
std::string globjects::StaticStringSource::m_string |
|
protected |
The documentation for this class was generated from the following file: