@root :: test59 | classes |
class Test | ? ^ |
undocumented
- Source:
- ../test/test59.h:5
- Author:
- unascribed
- Version:
- unknown
Contents | ^ |
Entity Type Scope Short Description ~Test destructor public automatically generated Test constructor public automatically generated Test constructor public automatically generated fct method public Do stuff. foo method public undocumented operator = operator public automatically generated
destructor ~Test | ? ^ > |
automatically generated
- Source:
- ../test/test59.h
- Code:
public ~ Test ( )
constructor Test | ? ^ < > |
automatically generated
- Source:
- ../test/test59.h
- Code:
public Test ( )
constructor Test | ? ^ < > |
automatically generated
- Source:
- ../test/test59.h
- Code:
public Test ( const Test & )
method fct | ? ^ < > |
Do stuff.
- Source:
- ../test/test59.h:11
- Todo:
- Fix the implementation to work just like test59::Test::foo.
- Code:
public void fct ( )
method foo | ? ^ < > |
undocumented
- Source:
- ../test/test59.h:12
- Code:
public void foo ( )
operator = | ? ^ < > |
automatically generated
- Source:
- ../test/test59.h
- Code:
public Test & operator = ( const Test & )
Created Tue Nov 12 11:19:02 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.