32   return this == &other;
 
   36   return !(*
this == other);
 
Abstract class representing an ionic model type.
 
bool is_plugin() const
Returns whether this model is a plugin or not.
 
const std::string & get_name() const
Gets the model name.
 
bool operator==(const IonType &other) const
 
bool operator!=(const IonType &other) const