added const ref getter
This commit is contained in:
parent
f587759317
commit
5ade0127be
@ -227,6 +227,7 @@ public:
|
||||
PropertyType getDataType() { return Property<T>::getStaticPropertyType(); }
|
||||
|
||||
std::vector<T> &getValueRef() { return value; }
|
||||
const std::vector<T> &getValueRef() const { return value; }
|
||||
|
||||
unsigned int getArraySize() { return value.size(); }
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user