Struct EnvironmentManager::MappedProp
Defined in File EnvironmentManager.cuh
Nested Relationships
This struct is a nested type of Class EnvironmentManager.
Struct Documentation
-
struct MappedProp
Used to represent properties of a mapped environment property
Public Functions
- Parameters:
_remoteName – Remote property of mapping
_remoteEnv – Will be used to forward updates (otherwise assumed the mapping is const at this end)
_isConst – If true, updates will not propagated
Public Members
-
const std::string remoteName
-
const std::weak_ptr<EnvironmentManager> remoteEnv
-
const bool isConst