@root :: test44 classes

class Test

? ^ 
undocumented
Source:
../test/test44.h:10
Author:
unascribed
Version:
unknown

Contents

^ 
EntityTypeScopeShort Description
~Testdestructor publicautomatically generated
Testconstructor publicautomatically generated
Testconstructor publicautomatically generated
fct1method public This function references fct to handle stuff.
fct2method public prefix suffix stuff.
fct3method public prefix stuff suffix
fct4method public multiple refs m1 m2 EN .
fct5method public txt m1 txt m2 txt m3 txt
fct6method public m1 txt m2 txt m3 txt
fct7method public m1 m2 txt m3 txt
fct8method public m1 m2 m3 txt
fct9method public m1 m2 m3
fctamethod public m1m2m3
FOOenum publicundocumented
operator =operator publicautomatically generated

destructor ~Test

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

constructor Test

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

constructor Test

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

method fct1

? ^  < > 
This function references fct to handle stuff.
Source:
../test/test44.h:17
Code:
public void fct1 ( )

method fct2

? ^  < > 
prefix suffix stuff.
Source:
../test/test44.h:21
Code:
public void fct2 ( )

method fct3

? ^  < > 
prefix stuff suffix
Source:
../test/test44.h:26
See Also:
fct1
Code:
public void fct3 ( )

method fct4

? ^  < > 
multiple refs m1 m2 EN .
Source:
../test/test44.h:30
Code:
public void fct4 ( )

method fct5

? ^  < > 
txt m1 txt m2 txt m3 txt
Source:
../test/test44.h:34
Code:
public void fct5 ( )

method fct6

? ^  < > 
m1 txt m2 txt m3 txt
Source:
../test/test44.h:38
Code:
public void fct6 ( )

method fct7

? ^  < > 
m1 m2 txt m3 txt
Source:
../test/test44.h:42
Code:
public void fct7 ( )

method fct8

? ^  < > 
m1 m2 m3 txt
Source:
../test/test44.h:46
Code:
public void fct8 ( )

method fct9

? ^  < > 
m1 m2 m3
Source:
../test/test44.h:50
Code:
public void fct9 ( )

method fcta

? ^  < > 
m1m2m3
Source:
../test/test44.h:54
Code:
public void fcta ( )

enum FOO

? ^  < > 
undocumented
Source:
../test/test44.h:12
Code:
public enum FOO { BAR ,
SPAM }

operator =

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

Created Tue Nov 12 11:28:39 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.