|
Philote-Cpp
C++ bindings for the Philote MDO standard
|
Classes | |
| class | Discipline |
| Definition of the discipline base class. More... | |
| class | DisciplineClient |
| Client class for interacting with a discipline server. More... | |
| class | DisciplineServer |
| Base class for all analysis discipline servers. More... | |
| class | ExplicitClient |
| Client class for calling a remote explicit discipline. More... | |
| class | ExplicitDiscipline |
| Explicit discipline class. More... | |
| class | ExplicitServer |
| Server base class for an explicit discipline. More... | |
| class | ImplicitClient |
| Client class for calling a remote implicit discipline. More... | |
| class | ImplicitDiscipline |
| Implicit discipline class. More... | |
| class | ImplicitServer |
| Implicit server class. More... | |
| class | PairDict |
| Dictionary for storing values with respect to two keys. More... | |
| class | Variable |
| A class for storing continuous and discrete variables. More... | |
Typedefs | |
| typedef std::map< std::string, philote::Variable > | Variables |
| typedef std::map< std::pair< std::string, std::string >, philote::Variable > | Partials |
| typedef PairDict< philote::Variable > | PartialsPairDict |
| typedef std::map<std::pair<std::string, std::string>, philote::Variable> philote::Partials |
| typedef std::map<std::string, philote::Variable> philote::Variables |