@root :: test53 | classes |
class Test | ? ^ |
Test
- Source:
- ../test/test53.h:10
- 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 func method public My prefix Function. m_char attribute public My suffix char. m_int attribute public My suffix integer. m_long attribute public My suffix long. m_str attribute public My prefix String. operator = operator public automatically generated
destructor ~Test | ? ^ > |
automatically generated
- Source:
- ../test/test53.h
- Code:
public ~ Test ( )
constructor Test | ? ^ < > |
automatically generated
- Source:
- ../test/test53.h
- Code:
public Test ( )
constructor Test | ? ^ < > |
automatically generated
- Source:
- ../test/test53.h
- Code:
public Test ( const Test & )
method func | ? ^ < > |
My prefix Function.
- Source:
- ../test/test53.h:19
- Code:
public void func ( std__string str ) const
attribute m_char | ? ^ < > |
My suffix char.
- Source:
- ../test/test53.h:22
- Code:
- public char m_char
attribute m_int | ? ^ < > |
My suffix integer.
- Source:
- ../test/test53.h:21
- Code:
- public int m_int
attribute m_long | ? ^ < > |
My suffix long.
- Source:
- ../test/test53.h:23
- Code:
- public long m_long
attribute m_str | ? ^ < > |
My prefix String.
- Source:
- ../test/test53.h:13
- Code:
- public std__string m_str
operator = | ? ^ < > |
automatically generated
- Source:
- ../test/test53.h
- Code:
public Test & operator = ( const Test & )
Created Tue Nov 12 11:19:00 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.