Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

SFString Class Reference

Class providing a string derived from std::string. More...

List of all members.

Public Member Functions

Static Public Member Functions


Detailed Description

Class providing a string derived from std::string.

Functions are added like the different conversions.

Definition at line 15 of file SFString.h.


Constructor & Destructor Documentation

SFString  ) 
 

Default constructor.

SFString const char *  s  ) 
 

Conversion from char *.

SFString const std::string &  s  ) 
 

Conversion from std::string.

SFString const SFString &  s  ) 
 

Copy constructor.


Member Function Documentation

SFString getPath  )  const
 

Returns the path of the string supposed to be a file.

SFString lower  )  const
 

Returns a string that is the string converted to lowercase.

SFString number unsigned int  ui  )  [static]
 

Converts an unsigned integer to a SFString.

SFString number int  i  )  [static]
 

Converts an integer to a SFString.

SFString number double  d  )  [static]
 

Converts a double number to a SFString.

SFString number float  f  )  [static]
 

Converts a floating number to a SFString.

operator const char *  )  const
 

Conversion to char *.

double toDouble  )  const
 

Conversion to double.

float toFloat  )  const
 

Conversion to float.

int toInt  )  const
 

Conversion to int.

unsigned int toUint  )  const
 

Conversion to unsigned int.

SFString upper  )  const
 

Returns a string that is the string converted to uppercase.


The documentation for this class was generated from the following file:
Generated on Wed May 14 10:38:15 2003 for X3DToolKit by doxygen1.3