@root :: test54 classes

template < class VALUE_TYPE >
template class Test

? ^ 
undocumented
Source:
../test/test54.h:4
Author:
unascribed
Version:
unknown

Contents

^ 
EntityTypeScopeShort Description
~Testdestructor publicautomatically generated
Testconstructor publicautomatically generated
Testconstructor publicautomatically generated
inattribute public Reads from the instream to an object and returns a reference to it.
operator =operator publicautomatically generated

destructor ~Test

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

constructor Test

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

constructor Test

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

attribute in

? ^  < > 
Reads from the instream to an object and returns a reference to it.

First, a text defined in the constructor is written to the ostream defined in the constructor. Then the instream defined in the constructor is read to the internal object, using operator>>(). A reference to the internal object is returned.

Source:
../test/test54.h:14
Code:
public Input < ReturnPrimitiveInterface < const VALUE_TYPE & , const Event & > > in

operator =

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


This documentation was generated automatically by


Click here to return to the top of the page.