GeTempExtPublicNode2D< TYPE, CLASS > Class Template Reference

#include <private_ge_mtools.h>

Inheritance diagram for GeTempExtPublicNode2D< TYPE, CLASS >:

Public Member Functions

const TYPE & GetType () const
 
void SetType (const TYPE &p_type)
 

Private Attributes

TYPE type
 

Additional Inherited Members

- Private Member Functions inherited from GeTempPublicNode2D< CLASS >
CLASS * GetNext () const
 
CLASS * GetPrev () const
 
void InsertBefore (CLASS *n)
 
void InsertAfter (CLASS *n)
 
void Remove ()
 

Member Function Documentation

◆ GetType()

const TYPE& GetType ( ) const

◆ SetType()

void SetType ( const TYPE &  p_type)

Member Data Documentation

◆ type

TYPE type
private