netxsimdg
|
#include "ModelArray.hpp"
#include <vector>
Go to the source code of this file.
Classes | |
class | Nextsim::ModelArrayRef< arrayName, S, access > |
A class which provides indirect access to ModelArray. More... | |
class | Nextsim::ModelArrayRef< arrayName, MARBackingStore, RW > |
A class which provides indirect access to ModelArray. More... | |
Typedefs | |
typedef ModelArray * | Nextsim::ModelArrayReference |
typedef const ModelArray * | Nextsim::ModelArrayConstReference |
typedef std::vector< ModelArrayReference > | Nextsim::MARBackingStore |
typedef std::vector< ModelArrayConstReference > | Nextsim::MARConstBackingStore |
Variables | |
const bool | Nextsim::RW = true |
const bool | Nextsim::RO = false |
Definition in file ModelArrayRef.hpp.
typedef std::vector<ModelArrayReference> Nextsim::MARBackingStore |
Definition at line 20 of file ModelArrayRef.hpp.
typedef std::vector<ModelArrayConstReference> Nextsim::MARConstBackingStore |
Definition at line 21 of file ModelArrayRef.hpp.
typedef const ModelArray* Nextsim::ModelArrayConstReference |
Definition at line 19 of file ModelArrayRef.hpp.
typedef ModelArray* Nextsim::ModelArrayReference |
Definition at line 18 of file ModelArrayRef.hpp.
const bool Nextsim::RO = false |
Definition at line 16 of file ModelArrayRef.hpp.
const bool Nextsim::RW = true |
Definition at line 15 of file ModelArrayRef.hpp.