Class Index Cross Index Namespace Index

Namespace global


Index:

Members of type class

Base64 CaseInsensitiveCmp ErrorInfo FormatException General::RefPtr:
LdasException MutexLock ObjectRegistry RefCount RefCountGuard
Regex RegexMatch SoThreader StreamException

Members of type typedef

CHAR CHAR_U COMPLEX_16 COMPLEX_8 INT_2S
INT_2U INT_4S INT_4U INT_8S INT_8U
MEM_PTR REAL_4 REAL_8 _STLP_fd

Members of type function

Count NANOSECOND NANOSECOND_INT_MULTIPLIER NANOSECOND_MULTIPLIER ObjectRegistry
PrintExtraLogging RefPtr RefPtr RefPtr SINGLETON_TS_INST
_get_osfflags add for_each get int
is_space not_space operator * operator -> remove
reverse slower string2lower

Member Descriptions:

Members of type typedef


CHAR

CHAR_U

COMPLEX_16

COMPLEX_8

INT_2S

INT_2U

INT_4S

INT_4U

INT_8S

INT_8U

MEM_PTR

REAL_4

REAL_8

_STLP_fd

Members of type function


Count

NANOSECOND

NANOSECOND_INT_MULTIPLIER

NANOSECOND_MULTIPLIER

ObjectRegistry - Get End Const Iterator
Returns a constant iterator positioned at the end of the registry.

Parameters:
NameTypeDescription
oT* A pointer to the object to register. If the pointer is null,
then nothing happens.
oT* A pointer to the object to destruct and remove from the
registry.
oT* A pointer to the object to remove from the registry.
oT*

Return value:
bool - True if the object was found and removed. False otherwise. bool - True if the object was found and removed. False otherwise. bool size_t iterator iterator const_iterator const_iterator


PrintExtraLogging

RefPtr
Public


RefPtr

RefPtr

SINGLETON_TS_INST
Instantiate generic to Singleton class methods: see "general" library


_get_osfflags
extern "C" end of 'semi-documented' declarations


add
private


for_each - Perform an operation on each element in the registry

Parameters:
NameTypeDescription
FunctionOp Function to perform.

Return value:
class Op - result of the operation done on the last element in the registry.


get

int

is_space - Is character a space?

Parameters:
NameTypeDescription
cconst char Character to test.

Return value:
bool - True if argument is whitespace, false otherwise.


not_space - Is character a not space?

Parameters:
NameTypeDescription
cconst char Character to test.

Return value:
bool - True if argument is not a whitespace, false otherwise.


operator *

operator ->

remove

reverse - Reverse 8 bytes
Template specialization declarations

Parameters:
NameTypeDescription
destvoid*
nsize_t
destvoid*
nsize_t
destvoid*
nsize_t
destvoid*
nsize_t


slower

string2lower - Convert to Lower-case