Struct EnvironmentData::PropData

Nested Relationships

This struct is a nested type of Struct EnvironmentData.

Struct Documentation

struct PropData

Constructor has access to privately add reserved items Might be a cleaner way to do this Holds all of the properties required to add a value to EnvironmentManager

Public Functions

inline PropData(bool _is_const, const detail::Any &_data)
Parameters:
  • _is_const – Is the property constant

  • _data – The data to initially fill the property with

inline bool operator==(const PropData &rhs) const
inline bool operator!=(const PropData &rhs) const

Public Members

bool isConst
const detail::Any data