@root :: test54 | classes |
template < class VALUE_TYPE > | ? ^ |
undocumented
- Source:
- ../test/test54.h:4
- 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 in attribute public Reads from the instream to an object and returns a reference to it. operator = operator public automatically 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.