|
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< MyClass > | global_specific |