COOLFluiD  Release kernel
COOLFluiD is a Collaborative Simulation Environment (CSE) focused on complex MultiPhysics simulations.
Namespaces | Functions | Variables
ActionDirector.cpp File Reference
#include "common/BasicExceptions.hpp"
#include "common/Builder.hpp"
#include "common/ComponentIterator.hpp"
#include "common/Log.hpp"
#include "common/OptionArray.hpp"
#include "common/OptionT.hpp"
#include "common/OptionURI.hpp"
#include "common/OptionComponent.hpp"
#include "common/PropertyList.hpp"
#include "common/OptionList.hpp"
#include "common/Signal.hpp"
#include "common/URI.hpp"
#include "common/XML/Protocol.hpp"
#include "common/XML/SignalOptions.hpp"
#include "ActionDirector.hpp"

Go to the source code of this file.

Namespaces

 cf3
 Top-level namespace for coolfluid.
 
 cf3::common
 Most basic kernel library.
 

Functions

ActionDirector & operator<< (ActionDirector &action_director, Action &action)
 Add a link to the passed action as a child. More...
 
ActionDirector & operator<< (ActionDirector &action_director, const boost::shared_ptr< Action > &action)
 Take ownership of the passed action, adding it as a child. More...
 
const boost::shared_ptr< ActionDirector > & operator<< (const boost::shared_ptr< ActionDirector > &action_director, Action &action)
 Add a link to the passed action as a child. More...
 
const boost::shared_ptr< ActionDirector > & operator<< (const boost::shared_ptr< ActionDirector > &action_director, const boost::shared_ptr< Action > &action)
 Take ownership of the passed action, adding it as a child. More...
 

Variables

ComponentBuilder< ActionDirector, Action, LibCommon > ActionDirector_Builder
 
Send comments to:
COOLFluiD Web Admin