Open CASCADE Technology  7.2.0
Functions

Standard_CString.hxx File Reference

#include <Standard_TypeDef.hxx>
#include <string.h>
#include <stdio.h>
#include <Standard_Integer.hxx>

Functions

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)
 
double Atof (const char *theStr)
 Equivalents of functions from standard C library that use always C locale. More...
 
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,...)
 
Standard_Boolean IsEqual (const Standard_CString One, const Standard_CString Two)
 

Function Documentation

◆ Atof()

double Atof ( const char *  theStr)

Equivalents of functions from standard C library that use always C locale.

◆ Fprintf()

int Fprintf ( FILE *  theFile,
const char *  theFormat,
  ... 
)

◆ HashCode() [1/3]

Standard_Integer HashCode ( const Standard_CString  ,
const Standard_Integer   
)

◆ HashCode() [2/3]

Standard_Integer HashCode ( const Standard_CString  Value,
const Standard_Integer  Len,
const Standard_Integer  Upper 
)
inline

◆ HashCode() [3/3]

Standard_Integer HashCode ( const Standard_CString  Value,
const Standard_Integer  Len,
const Standard_Integer  Upper,
Standard_Integer aHashCode 
)
inline

◆ HashCodes()

Standard_Integer HashCodes ( const Standard_CString  ,
const Standard_Integer   
)

◆ IsEqual()

Standard_Boolean IsEqual ( const Standard_CString  One,
const Standard_CString  Two 
)
inline

◆ Printf()

int Printf ( const char *  theFormat,
  ... 
)

◆ Sprintf()

int Sprintf ( char *  theBuffer,
const char *  theFormat,
  ... 
)

◆ Strtod()

double Strtod ( const char *  theStr,
char **  theNextPtr 
)