@root :: test67 | classes |
class Test | ? ^ |
undocumented
- Source:
- ../test/test67.h:6
- 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 is_equal method public Test method, this is the same as ==. operator = operator public automatically generated operator == operator public Is equal, this is the same as is_equal.
destructor ~Test | ? ^ > |
automatically generated
- Source:
- ../test/test67.h
- Code:
public ~ Test ( )
constructor Test | ? ^ < > |
automatically generated
- Source:
- ../test/test67.h
- Code:
public Test ( )
constructor Test | ? ^ < > |
automatically generated
- Source:
- ../test/test67.h
- Code:
public Test ( const Test & )
method is_equal | ? ^ < > |
Test method, this is the same as ==.
- Source:
- ../test/test67.h:17
- See Also:
- operator==
- Code:
public bool is_equal ( const Test & ) const
operator = | ? ^ < > |
automatically generated
- Source:
- ../test/test67.h
- Code:
public Test & operator = ( const Test & )
operator == | ? ^ < > |
Is equal, this is the same as is_equal.
- Source:
- ../test/test67.h:12
- See Also:
- is_equal
- Code:
public bool operator == ( const Test & ) const
Created Thu Jan 30 14:33:03 2003.
This documentation was generated automatically by
ccdoc v0.8 r31 2003/01/30 bin_opt_msvc_MSWin32-x86-multi-thread-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.