Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

RNReplicaNet::PlatformInfo Class Reference

#include <PlatformInfo.h>

List of all members.

Static Public Member Functions

static bool IsThreaded (void)
static bool IsLittleEndian (void)
static void SetThreaded (const bool allow)


Detailed Description

A class designed to read various platform specific attributes


Member Function Documentation

static bool RNReplicaNet::PlatformInfo::IsLittleEndian void   )  [static]
 

Tests for endianness of the machine

Returns:
returns true for little endian machines

static bool RNReplicaNet::PlatformInfo::IsThreaded void   )  [static]
 

Supplies information on if the library is compiled with threading on or off.

Returns:
returns true if threading is turned on

static void RNReplicaNet::PlatformInfo::SetThreaded const bool  allow  )  [static]
 

Sets if threads are allowed on this system. Allowing threads with single threaded libraries may result in unexpected results.

Parameters:
allow true means allow threads, false does not allow threads


The documentation for this class was generated from the following file:
Generated on Sun Oct 30 01:12:31 2005 for Platform by  doxygen 1.4.1