Public Member Functions | Protected Attributes
XString Class Reference

#include <XString.h>

List of all members.

Public Member Functions

 operator const std::string ()
 operator std::string ()
XString operator+ (const XString &s) const
XString operator+ (const std::string &s) const
XString operator+ (const char *s) const
virtual const char * what () const throw ()
 XString ()
 XString (const std::string &s)
 XString (const XString &s)
 XString (const char *s)
virtual ~XString () throw ()

Protected Attributes

std::string text

Detailed Description

Definition at line 7 of file XString.h.


Constructor & Destructor Documentation

XString::XString ( ) [inline]

Definition at line 17 of file XString.h.

XString::XString ( const std::string &  s) [inline]

Definition at line 18 of file XString.h.

XString::XString ( const XString s) [inline]

Definition at line 19 of file XString.h.

XString::XString ( const char *  s) [inline]

Definition at line 20 of file XString.h.

virtual XString::~XString ( ) throw () [inline, virtual]

Definition at line 22 of file XString.h.


Member Function Documentation

XString::operator const std::string ( ) [inline]

Definition at line 38 of file XString.h.

XString::operator std::string ( ) [inline]

Definition at line 34 of file XString.h.

XString XString::operator+ ( const XString s) const [inline]

Definition at line 24 of file XString.h.

XString XString::operator+ ( const std::string &  s) const [inline]

Definition at line 27 of file XString.h.

XString XString::operator+ ( const char *  s) const [inline]

Definition at line 30 of file XString.h.

virtual const char* XString::what ( ) const throw () [inline, virtual]

Definition at line 12 of file XString.h.


Member Data Documentation

std::string XString::text [protected]

Definition at line 10 of file XString.h.


The documentation for this class was generated from the following file:


canon_vbc50i
Author(s): Cedric Pradalier
autogenerated on Mon Jan 6 2014 11:18:28