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

lemur_compat Namespace Reference


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)
double htond (double native)
double ntohd (double native)
UINT64 htonll (UINT64 native)
UINT64 ntohll (UINT64 native)
void initializeNetwork ()
void closesocket (socket_t s)


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)

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


Generated on Wed Nov 3 13:00:08 2004 for Lemur Toolkit by doxygen1.2.18