Evoplex
0.2.1
|
▼Cevoplex::AbstractPlugin | Base class for plugins |
▼Cevoplex::AbstractGraphInterface | Provides a common interface for Graph plugins |
Cevoplex::AbstractGraph | Abstract base class for graph plugins |
▼Cevoplex::AbstractModelInterface | Provides a common interface for Model plugins |
Cevoplex::AbstractModel | Abstract base class for model plugins |
Cevoplex::AGDiffFunctions::AttrCmd | The attribute's command struct |
▼Cevoplex::AttributeRangeInterface | A common interface for the Attribute Range classes |
▼Cevoplex::AttributeRange | The AttributeRange base class |
Cevoplex::IntervalOfValues | The IntervalOfValues class |
Cevoplex::SetOfValues | The SetOfValues class |
Cevoplex::SingleValue | The SingleValue class |
Cevoplex::Attributes | A container of labeled values |
▼Cevoplex::AttrsGeneratorInterface | A common interface for the attributes' generators classes |
▼Cevoplex::AttrsGenerator | Generates a set of Attributes |
Cevoplex::AGDiffFunctions | This class is used to generate a set of Attributes using different functions for each attribute |
Cevoplex::AGSameFuncForAll | This class is used to generate a set of Attributes using the same function for all attributes |
Cevoplex::BaseEdge | An Edge connects a node to itself or to another node |
Cevoplex::BaseNode::constructor_key | This is a private key accessible only to friend classes |
Cevoplex::Edge | An Edge connects a Node to itself or to another Node |
Cstd::hash< char * > | A hash function for char* |
Cstd::hash< evoplex::Value > | Implements a hash function for the Value class |
Cevoplex::Node | It wraps a std::shared_ptr<BaseNode> |
▼Cevoplex::NodeInterface | A common interface for the node's classes |
▼Cevoplex::BaseNode | A node belongs to either a directed or undirected graph |
Cevoplex::DNode | BaseNode implementation for directed nodes |
Cevoplex::UNode | BaseNode implementation for undirected nodes |
Cevoplex::NodesPrivate | A collection of utility functions for creating and saving nodes |
Cevoplex::PluginInterface | A common interface for plugins |
Cevoplex::PRG | Pseudo-random number generator |
Cevoplex::Stats | The Stats class |
▼Cunordered_map | |
Cevoplex::Edges | An Edge container |
Cevoplex::Nodes | A Node container |
Cevoplex::Value | A class for variant data types (tagged union) |