FAST.Framework  1.0.0
Public Member Functions | Friends | List of all members
FNode< T > Class Template Reference

#include <FNode.h>

Inheritance diagram for FNode< T >:
Inheritance graph
[legend]
Collaboration diagram for FNode< T >:
Collaboration graph
[legend]

Public Member Functions

 FNode (const T &data=0, FNode< T > *last=0, FNode< T > *next=0)
 
virtual ~FNode ()=default
 Destroy of object.
 
const type_info & GetType () override
 Returns the type info over object.
 
FString GetName () const override
 < Returns the name of object
 
- Public Member Functions inherited from FObject
 FObject ()=default
 Constructor.
 
virtual ~FObject ()=default
 Destructor.
 

Friends

class FList< T >
 

Detailed Description

template<typename T>
class FNode< T >

Represents a node of a FList

Constructor & Destructor Documentation

◆ FNode()

template<typename T >
FNode< T >::FNode ( const T &  data = 0,
FNode< T > *  last = 0,
FNode< T > *  next = 0 
)
inline
Parameters
nextConstructor of object

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