#include <QuotedString.h>
Public Member Functions | |
QuotedString () | |
const std::string & | str () const |
Private Attributes | |
std::string | mStr |
String to read into. | |
Friends | |
std::istream & | operator>> (std::istream &is, QuotedString &str) |
Definition at line 12 of file QuotedString.h.
QuotedString::QuotedString | ( | ) | [inline] |
Constructor
Definition at line 18 of file QuotedString.h.
const std::string& QuotedString::str | ( | ) | const [inline] |
Return read string
Definition at line 27 of file QuotedString.h.
References mStr.
Referenced by OBJObjectFactory::create(), and Texture2DFactory::create().
std::istream& operator>> | ( | std::istream & | is, | |
QuotedString & | str | |||
) | [friend] |
Read from stream
Definition at line 9 of file QuotedString.cpp.
std::string QuotedString::mStr [private] |
String to read into.
Definition at line 34 of file QuotedString.h.
Referenced by operator>>(), and str().