@root :: test53 classes

class Test

? ^ 
Test
Source:
../test/test53.h:10
Author:
unascribed
Version:
unknown

Contents

^ 
EntityTypeScopeShort Description
~Testdestructor publicautomatically generated
Testconstructor publicautomatically generated
Testconstructor publicautomatically generated
funcmethod publicMy prefix Function.
m_charattribute publicMy suffix char.
m_intattribute publicMy suffix integer.
m_longattribute publicMy suffix long.
m_strattribute publicMy prefix String.
operator =operator publicautomatically 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.