QuotedString Class Reference

#include <QuotedString.h>

List of all members.

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)


Detailed Description

Quoted string that can be read from stream. Escape characters are not supported

Author:
Alex Busenius

Definition at line 12 of file QuotedString.h.


Constructor & Destructor Documentation

QuotedString::QuotedString (  )  [inline]

Constructor

Definition at line 18 of file QuotedString.h.


Member Function Documentation

const std::string& QuotedString::str (  )  const [inline]

Return read string

Returns:
resulting string

Definition at line 27 of file QuotedString.h.

References mStr.

Referenced by OBJObjectFactory::create(), and Texture2DFactory::create().


Friends And Related Function Documentation

std::istream& operator>> ( std::istream &  is,
QuotedString str 
) [friend]

Read from stream

Definition at line 9 of file QuotedString.cpp.


Member Data Documentation

std::string QuotedString::mStr [private]

String to read into.

Definition at line 34 of file QuotedString.h.

Referenced by operator>>(), and str().


The documentation for this class was generated from the following file:
Generated on Fri Feb 1 00:02:25 2008 for Grayfall by  doxygen 1.5.1