Open CASCADE Technology 6.6.0
Functions
Standard_CString.hxx File Reference
#include <Standard_TypeDef.hxx>
#include <string.h>
#include <stdio.h>
#include <Standard_Integer.hxx>

Functions

const Handle_Standard_Type & Standard_CString_Type_ ()
Standard_Integer Abs (const Standard_Integer)
Standard_CString ShallowCopy (const Standard_CString Value)
Standard_Boolean IsSimilar (const Standard_CString One, const Standard_CString Two)
Standard_Integer HashCode (const Standard_CString, const Standard_Integer)
Standard_Integer HashCode (const Standard_CString, const Standard_Integer, const Standard_Integer)
Standard_Integer HashCode (const Standard_CString, const Standard_Integer, const Standard_Integer, Standard_Integer &)
Standard_Integer HashCodes (const Standard_CString, const Standard_Integer)
Standard_Boolean ISEQUAL (const Standard_CString One, const Standard_Integer LenOne, const Standard_CString Two, const Standard_Integer LenTwo)
Standard_Boolean ISSIMILAR (const Standard_CString One, const Standard_Integer Len, const Standard_CString Two)
Standard_Integer HASHCODE (const Standard_CString, const Standard_Integer, const Standard_Integer)
Standard_Integer HASHCODE (const Standard_CString, const Standard_Integer, const Standard_Integer, Standard_Integer &)
Standard_Integer HASHCODES (const Standard_CString, const Standard_Integer)
double Atof (const char *theStr)
 Equivalents of functions from standard C library that use always C locale.
double Strtod (const char *theStr, char **theNextPtr)
int Printf (const char *theFormat,...)
int Fprintf (FILE *theFile, const char *theFormat,...)
int Sprintf (char *theBuffer, const char *theFormat,...)

Function Documentation

Standard_Integer Abs ( const Standard_Integer  ) [inline]
double Atof ( const char *  theStr)
int Fprintf ( FILE *  theFile,
const char *  theFormat,
  ... 
)
Standard_Integer HashCode ( const Standard_CString  ,
const Standard_Integer   
)
Standard_Integer HASHCODE ( const Standard_CString  Value,
const Standard_Integer  Len,
const Standard_Integer  Upper 
) [inline]
Standard_Integer HashCode ( const Standard_CString  Value,
const Standard_Integer  Len,
const Standard_Integer  Upper,
Standard_Integer aHashCode 
) [inline]
Standard_Integer HASHCODE ( const Standard_CString  Value,
const Standard_Integer  Len,
const Standard_Integer  Upper,
Standard_Integer aHashCode 
) [inline]
Standard_Integer HashCode ( const Standard_CString  Value,
const Standard_Integer  Len,
const Standard_Integer  Upper 
) [inline]
Standard_Integer HashCodes ( const Standard_CString  ,
const Standard_Integer   
)
Standard_Integer HASHCODES ( const Standard_CString  ,
const Standard_Integer   
)
Standard_Boolean ISEQUAL ( const Standard_CString  One,
const Standard_Integer  LenOne,
const Standard_CString  Two,
const Standard_Integer  LenTwo 
) [inline]
Standard_Boolean IsSimilar ( const Standard_CString  One,
const Standard_CString  Two 
) [inline]
Standard_Boolean ISSIMILAR ( const Standard_CString  One,
const Standard_Integer  Len,
const Standard_CString  Two 
)
int Printf ( const char *  theFormat,
  ... 
)
Standard_CString ShallowCopy ( const Standard_CString  Value) [inline]
int Sprintf ( char *  theBuffer,
const char *  theFormat,
  ... 
)
const Handle_Standard_Type& Standard_CString_Type_ ( )
double Strtod ( const char *  theStr,
char **  theNextPtr 
)
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines