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

X3DTK::SFString Class Reference

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

List of all members.

Public Methods

Static Public Methods


Detailed Description

Class providing a string derived from std::string.

Functions are added like the different conversions.


Constructor & Destructor Documentation

X3DTK::SFString::SFString  
 

Default constructor.

X3DTK::SFString::SFString const char *    s
 

Conversion from char *.

X3DTK::SFString::SFString const unsigned char *    s
 

Conversion from char *.

X3DTK::SFString::SFString const std::string &    s
 

Conversion from std::string.

X3DTK::SFString::SFString const SFString &    s
 

Copy constructor.


Member Function Documentation

SFString X3DTK::SFString::getExtension  
 

Returns the extension of the file.

SFString X3DTK::SFString::getFile  
 

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

SFString X3DTK::SFString::getName  
 

Returns the name of the file, it means without the path and without the extension.

SFString X3DTK::SFString::getPath  
 

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

SFString X3DTK::SFString::lower  
 

Returns a string that is the string converted to lowercase.

SFString X3DTK::SFString::number unsigned int    ui [static]
 

Converts an unsigned integer to a SFString.

SFString X3DTK::SFString::number int    i [static]
 

Converts an integer to a SFString.

SFString X3DTK::SFString::number double    d [static]
 

Converts a double number to a SFString.

SFString X3DTK::SFString::number float    f [static]
 

Converts a floating number to a SFString.

X3DTK::SFString::operator const char *  
 

Conversion to char *.

double X3DTK::SFString::toDouble  
 

Conversion to double.

float X3DTK::SFString::toFloat  
 

Conversion to float.

int X3DTK::SFString::toInt  
 

Conversion to int.

unsigned int X3DTK::SFString::toUint  
 

Conversion to unsigned int.

SFString X3DTK::SFString::upper  
 

Returns a string that is the string converted to uppercase.


Generated on Thu Oct 9 13:50:57 2003 for X3DToolKit by doxygen1.2.18