2005/5/9

     
 

namespace tests::acdk::lang::sys

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

tests::acdk::lang::sys Namespace Reference


Compounds

class  Allocator_Test
class  BackTrace_Test
class  ContainedClass
class  core_hashmap_Test
class  core_newvector_Test
class  core_specific_Test
class  Main
struct  MyClass
class  MyTestObject
class  MyThread
class  SelfAssignTest
class  StackAlloc_Test

Typedefs

typedef void(* VoidFunc )()
typedef acdk::lang::Object(* RObjectIntCharPtrFunc )(int, const char *)

Functions

static::acdk::tools::aunit::TestRunnerStaticAdder t (new BackTrace_Test(BackTrace_Test))
void foo ()
acdk::lang::Object baz (int, const char *)
void tryThrowableEx ()
int useFuncPtrs ()
static::acdk::tools::aunit::TestRunnerStaticAdder t (new core_hashmap_Test(core_hashmap_Test))
static::acdk::tools::aunit::TestRunnerStaticAdder t (new core_specific_Test(core_specific_Test))
static::acdk::tools::aunit::TestRunnerStaticAdder t (new core_newvector_Test(core_newvector_Test))
void testNil ()
void testPointerIntegrity ()
void testEqual ()
void testSelfAssignment ()
void voidRObjectCall (acdk::lang::Object obj)
void voidObjectPtrCall (acdk::lang::Object *obj)
void voidObjectRefCall (acdk::lang::Object &obj)
void testBasicCall ()
void testObjectUpCast ()
void testInterfaceSideCast ()
void testObjectArray ()
void testIntegerArray ()
void testInterfaceArray ()
void testStackObjects ()
void test_atomic_time ()
static::acdk::tools::aunit::TestRunnerStaticAdder t (new StackAlloc_Test(StackAlloc_Test))
void allocRecursiv (int counter,::acdk::lang::sys::Allocator *allocator)
void allocTest (::acdk::lang::sys::Allocator *allocator)
void allocTest2 ()

Variables

RObjectIntCharPtrFunc bazf = baz
VoidFunc tryThrowFunc = tryThrowableEx
VoidFunc foofunc = foo
specific< MyClassglobal_specific


Typedef Documentation

typedef acdk::lang::Object(* tests::acdk::lang::sys::RObjectIntCharPtrFunc)(int, const char*)
 

typedef void(* tests::acdk::lang::sys::VoidFunc)()
 


Function Documentation

void allocRecursiv int  counter,
::acdk::lang::sys::Allocator allocator
 

void allocTest ::acdk::lang::sys::Allocator allocator  ) 
 

void allocTest2  ) 
 

acdk::lang::Object baz int  ,
const char * 
 

void foo  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   StackAlloc_Test(StackAlloc_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   core_newvector_Test(core_newvector_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   core_specific_Test(core_specific_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   core_hashmap_Test(core_hashmap_Test)  ) 
 

static ::acdk::tools::aunit::TestRunnerStaticAdder t new   BackTrace_Test(BackTrace_Test)  ) 
 

void test_atomic_time  ) 
 

void testBasicCall  ) 
 

void testEqual  ) 
 

void testIntegerArray  ) 
 

void testInterfaceArray  ) 
 

void testInterfaceSideCast  ) 
 

void testNil  ) 
 

void testObjectArray  ) 
 

void testObjectUpCast  ) 
 

void testPointerIntegrity  ) 
 

void testSelfAssignment  ) 
 

void testStackObjects  ) 
 

void tryThrowableEx  ) 
 

int tests::acdk::lang::sys::useFuncPtrs  ) 
 

void voidObjectPtrCall acdk::lang::Object obj  ) 
 

void voidObjectRefCall acdk::lang::Object obj  ) 
 

void voidRObjectCall acdk::lang::Object  obj  ) 
 


Variable Documentation

RObjectIntCharPtrFunc tests::acdk::lang::sys::bazf = baz
 

VoidFunc tests::acdk::lang::sys::foofunc = foo
 

specific<MyClass> tests::acdk::lang::sys::global_specific
 

VoidFunc tests::acdk::lang::sys::tryThrowFunc = tryThrowableEx