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

lemur_compat Namespace Reference

the kinds of things that are stored in platform.h on Unix: More...


Functions

template<typename _Type> _Type min (_Type x, _Type y)
 same as std::max, but compatible with VC++ 6

template<typename _Type> _Type max (_Type x, _Type y)
 same as std::min, but compatible with VC++ 6

template<typename _Type> void autoptr_reset (std::auto_ptr< _Type > &ptr)
template<typename _Type> void autoptr_reset (std::auto_ptr< _Type > &ptr, _Type &newValue)
int remove (const char *fileName)
 remove a file (same as remove)

std::_Ios_Openmode ios_mode_cast (int mode)
int mkdir (const char *path, int mode)
double flipd (double native)
UINT64 flipll (UINT64 native)
int strncasecmp (const char *one, const char *two, int length)
const char * strcasestr (const char *one, const char *two)
double htond (double native)
double ntohd (double native)
UINT64 htonll (UINT64 native)
UINT64 ntohll (UINT64 native)
void initializeNetwork ()
void closesocket (socket_t s)


Detailed Description

the kinds of things that are stored in platform.h on Unix:

Function Documentation

template<typename _Type>
void autoptr_reset std::auto_ptr< _Type > &  ptr,
_Type &  newValue
 

resets an auto_ptr; same as ptr.reset(), but compatible with VC++ 6

template<typename _Type>
void autoptr_reset std::auto_ptr< _Type > &  ptr  ) 
 

resets an auto_ptr; same as ptr.reset(), but compatible with VC++ 6

void lemur_compat::closesocket socket_t  s  ) 
 

double flipd double  native  )  [inline]
 

UINT64 flipll UINT64  native  )  [inline]
 

double htond double  native  )  [inline]
 

UINT64 htonll UINT64  native  )  [inline]
 

void lemur_compat::initializeNetwork  ) 
 

std::_Ios_Openmode ios_mode_cast int  mode  )  [inline]
 

template<typename _Type>
_Type max _Type  x,
_Type  y
 

same as std::min, but compatible with VC++ 6

template<typename _Type>
_Type min _Type  x,
_Type  y
 

same as std::max, but compatible with VC++ 6

int mkdir const char *  path,
int  mode
[inline]
 

double ntohd double  native  )  [inline]
 

UINT64 ntohll UINT64  native  )  [inline]
 

int remove const char *  fileName  )  [inline]
 

remove a file (same as remove)

const char* strcasestr const char *  one,
const char *  two
[inline]
 

int strncasecmp const char *  one,
const char *  two,
int  length
[inline]
 


Generated on Tue Jun 15 11:03:07 2010 for Lemur by doxygen 1.3.4