@root classes

class Test

? ^ 
undocumented
Source:
../test/test85.h:3
Author:
unascribed
Version:
unknown

Contents

^ 
EntityTypeScopeShort Description
~Testdestructor publicautomatically generated
Testconstructor publicundocumented
Testconstructor publicundocumented
Testconstructor publicundocumented
Testconstructor publicautomatically generated
allocator_typetypedef publicundocumented
allocator_type1typedef publicundocumented
operator =operator publicautomatically generated

destructor ~Test

? ^  > 
automatically generated
Source:
../test/test85.h
Code:
public ~ Test ( )

constructor Test

? ^  < > 
undocumented
Source:
../test/test85.h:7
Code:
public Test ( const allocator_type & x = Allocator < Property * > ( ) ) : m_val ( 0 )

constructor Test

? ^  < > 
undocumented
Source:
../test/test85.h:8
Code:
public Test ( const allocator_type1 & x = allocator_type1 ( ) ) : m_val ( 0 )

constructor Test

? ^  < > 
undocumented
Source:
../test/test85.h:9
Code:
public explicit Test ( const char * n ) : m_val ( 0 )

constructor Test

? ^  < > 
automatically generated
Source:
../test/test85.h
Code:
public Test ( const Test & )

typedef allocator_type

? ^  < > 
undocumented
Source:
../test/test85.h:5
Code:
public typedef Allocator < Property * > allocator_type

typedef allocator_type1

? ^  < > 
undocumented
Source:
../test/test85.h:6
Code:
public typedef Allocator < Association * > allocator_type1

operator =

? ^  < > 
automatically generated
Source:
../test/test85.h
Code:
public Test & operator = ( const Test & )

Created Wed Feb 26 15:14:12 2003.
This documentation was generated automatically by
ccdoc v08r39 2003/02/26 bin_opt_msvc_MSWin32-x86-multi-thread-4.0.
Click here to submit a bug report or feature request for ccdoc.
Click here to return to the top of the page.