CARMA C++
carma::util::detail Namespace Reference

Classes

class  BoilerPlateInfo
 

Functions

template<typename I >
void * BoilerPlate (void *bpInfoArg)
 
template<int highestBit, int lowestBit, typename T >
extractUnsignedBitfieldImpl (T x)
 
template<typename A , typename AT , typename AC >
::pthread_t StartPthreadCommon (void(*ep)(A), AT argTransfer, const ::std::string &initialLogNDC, const ::pthread_attr_t *attr, bool startCancelable)
 

Detailed Description

Function Documentation

template<typename I >
void * carma::util::detail::BoilerPlate ( void *  bpInfoArg)

Definition at line 265 of file StartPthread.h.

template<typename A , typename AT , typename AC >
::pthread_t carma::util::detail::StartPthreadCommon ( void(*)(A)  ep,
AT  argTransfer,
const ::std::string &  initialLogNDC,
const ::pthread_attr_t *  attr,
bool  startCancelable 
)