netxsimdg
Loading...
Searching...
No Matches
ModelArrayRef.hpp File Reference
#include "ModelArray.hpp"
#include <vector>
Include dependency graph for ModelArrayRef.hpp:
This graph shows which files directly or indirectly include this file:

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 ModelArrayNextsim::ModelArrayReference
 
typedef const ModelArrayNextsim::ModelArrayConstReference
 
typedef std::vector< ModelArrayReferenceNextsim::MARBackingStore
 
typedef std::vector< ModelArrayConstReferenceNextsim::MARConstBackingStore
 

Variables

const bool Nextsim::RW = true
 
const bool Nextsim::RO = false
 

Detailed Description

Date
Apr 20, 2022
Author
Tim Spain timot.nosp@m.hy.s.nosp@m.pain@.nosp@m.ners.nosp@m.c.no

Definition in file ModelArrayRef.hpp.

Typedef Documentation

◆ MARBackingStore

typedef std::vector<ModelArrayReference> Nextsim::MARBackingStore

Definition at line 20 of file ModelArrayRef.hpp.

◆ MARConstBackingStore

typedef std::vector<ModelArrayConstReference> Nextsim::MARConstBackingStore

Definition at line 21 of file ModelArrayRef.hpp.

◆ ModelArrayConstReference

typedef const ModelArray* Nextsim::ModelArrayConstReference

Definition at line 19 of file ModelArrayRef.hpp.

◆ ModelArrayReference

typedef ModelArray* Nextsim::ModelArrayReference

Definition at line 18 of file ModelArrayRef.hpp.

Variable Documentation

◆ RO

const bool Nextsim::RO = false

Definition at line 16 of file ModelArrayRef.hpp.

◆ RW

const bool Nextsim::RW = true

Definition at line 15 of file ModelArrayRef.hpp.