|
Philote-Cpp
C++ bindings for the Philote MDO standard
|
#include <string>#include <map>#include <vector>#include <data.pb.h>#include <disciplines.grpc.pb.h>Go to the source code of this file.
Classes | |
| class | philote::Variable |
| A class for storing continuous and discrete variables. More... | |
| class | philote::PairDict< T > |
| Dictionary for storing values with respect to two keys. More... | |
Namespaces | |
| namespace | philote |
Typedefs | |
| typedef std::map< std::string, philote::Variable > | philote::Variables |
| typedef std::map< std::pair< std::string, std::string >, philote::Variable > | philote::Partials |
| typedef PairDict< philote::Variable > | philote::PartialsPairDict |