|
FAST.Framework
1.0.0
|
#include <FNode.h>


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 > |
Represents a node of a FList
|
inline |
| next | Constructor of object |