Example #1
0
File: Set.hpp Project: SJasson/vle
 /**
  * @brief Add a value into the set. The data is cloned.
  * @param value the Value to add.
  */
 void add(const Value& value)
 { m_value.push_back(value.clone()); }