LibNRG  0.0.1
Networking for Real-time Games library
 All Classes Files Functions Variables Friends
nrg::FieldContainer Struct Reference

Abstract class used by anything that contains Fields, like Entity or InputBase.

#include <nrg_field.h>

Inheritance diagram for nrg::FieldContainer:
nrg::Entity nrg::InputBase nrg::EntityHelper< T, type > nrg::Input< CRTP >

Public Member Functions

 FieldContainer ()
 Standard Constructor.
 
 FieldContainer (const FieldContainer &copy)
 Copy Constructor.
 
FieldContaineroperator= (const FieldContainer &copy)
 Assignment Operator.
 
FieldBasegetFirstField () const
 Return the first field in this FieldContainer's internal linked-list.
 
size_t getNumFields () const
 Returns the number of fields in this FieldContainer's linked-list.
 

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