Philote-Cpp
C++ bindings for the Philote MDO standard
Loading...
Searching...
No Matches
philote Namespace Reference

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::VariableVariables
 
typedef std::map< std::pair< std::string, std::string >, philote::VariablePartials
 
typedef PairDict< philote::VariablePartialsPairDict
 

Typedef Documentation

◆ Partials

typedef std::map<std::pair<std::string, std::string>, philote::Variable> philote::Partials

◆ PartialsPairDict

◆ Variables

typedef std::map<std::string, philote::Variable> philote::Variables