22 using InformationIds::operator!=;
23 using InformationIds::operator=;
24 using TTypedList::operator=;
71 bool _temporary{
false};
InformationTypes::id_type value_type
Type of the stored values.
Definition TTypedList.h:24
ssize_t index_type
Type of the indices used by this class.
Definition TTypedList.h:23
Class handling.
Definition VariableIdList.h:16
void setGlobal(bool)
Makes existing variables global or not. New created sf::Variable instances are set accordingly.
VariableIdList(const Variable::PtrVector &list)
Constructor assigning a Variable pointer typed vector.
void setTemporary(bool)
Makes existing variables have temporary values. New created sf::Variable instances are set accordingl...
index_type size() const override
Gets the size of the underlying store.
InformationIds Inherited
For referencing types from the base class.
Definition VariableIdList.h:30
value_type store(index_type index, const value_type *value) override
Overridden from base class to handel read and writes of values.
VariableIdList(const Variable::Vector &list)
Constructor assigning a Variable typed vector.
#define _GII_CLASS
Definition gii/global.h:38
Definition Application.h:10