Class MEAL::VectorRule
-
template<class T>
class VectorRule : public T VectorRule implements a vector of Functions with a current index.
Public Functions
-
VectorRule(const VectorRule &v)
Copy constructor.
-
VectorRule &operator=(const VectorRule ©)
Assignment operator.
-
inline ~VectorRule()
Destructor.
-
void erase(unsigned index)
Erase an element from the array.
-
inline unsigned size() const
Get the size of the array.
-
void set_index(unsigned index)
Set the current element of the array.
-
inline unsigned get_index() const
Get the current element of the array.
-
inline std::string get_name() const
Return the name of the class.
-
VectorRule(const VectorRule &v)