Public Member Functions | List of all members
IName Struct Referenceabstract
Inheritance diagram for IName:
INameT< T > INameT< float > INameT< int > A A C C D E C C D E

Public Member Functions

virtual std::string name () const =0
 
virtual ~IName ()
 

Detailed Description

Definition at line 8 of file test_templbasename.cxx.

Constructor & Destructor Documentation

virtual IName::~IName ( )
inlinevirtual

Definition at line 10 of file test_templbasename.cxx.

10 {}

Member Function Documentation

virtual std::string IName::name ( ) const
pure virtual

Implemented in INameT< T >, INameT< float >, and INameT< int >.


The documentation for this struct was generated from the following file: