Contains classes related to the Field template class that encapsulates data to be replicated across the network. More...
#include "nrg_core.h"#include "nrg_packet.h"#include "nrg_codec.h"#include "nrg_util.h"#include "nrg_interp.h"#include <bitset>Go to the source code of this file.
Classes | |
| class | nrg::FieldBase |
| Abstract base class that Field inherits from. More... | |
| struct | nrg::FieldContainer |
| Abstract class used by anything that contains Fields, like Entity or InputBase. More... | |
| class | nrg::Field< T, Cdc > |
| Template class encapsulating a type that will be replicated from Server to Clients, and is stored inside a FieldContainer. More... | |
| class | nrg::Field< T[N]> |
| Specialisation of Field for array types. More... | |