@root :: test60 classes

class Test

? ^ 
undocumented
Source:
../test/test60.h:7
Author:
unascribed
Version:
unknown

Contents

^ 
EntityTypeScopeShort Description
~Testdestructor publicautomatically generated
Testconstructor publicautomatically generated
Testconstructor publicautomatically generated
Amethod public Calls B.
Bmethod public Calls A.
operator =operator publicautomatically generated

destructor ~Test

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

constructor Test

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

constructor Test

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

method A

? ^  < > 
Calls B.
Source:
../test/test60.h:12
Code:
public int A ( )

method B

? ^  < > 
Calls A.
Source:
../test/test60.h:16
Code:
public int B ( )

operator =

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

Created Tue Nov 12 11:18:07 2002.
This documentation was generated automatically by
ccdoc v0.8 r28 2002/11/12 bin_opt_msvc_MSWin32-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.