![]() |
#include <buddies/ExamplesBuddy.hpp>
Public Member Functions | |
ExamplesBuddy (openfluid::buddies::BuddiesListener *Listener) | |
~ExamplesBuddy () | |
bool | run () |
bool | installExampleProject (const std::string &ProjectsSourcePath, const std::string &ProjectsInstallPath, const std::string &ProjectDir, const bool Force=false) |
bool | installAllExamplesProjects (const std::string &ProjectsSourcePath, const std::string &ProjectsInstallPath, const bool Force=false) |
![]() | |
OpenFLUIDBuddy (openfluid::buddies::BuddiesListener *Listener) | |
virtual | ~OpenFLUIDBuddy () |
bool | parseOptions (std::string OptsStr) |
void | streamOptions (std::ostream &OStream) |
void | invokeHelp () |
Additional Inherited Members | |
![]() | |
void | setOptionIfNotSet (std::string OptionName, std::string OptionValue) |
std::string | getYesNoFromOneZero (std::string VStr) |
![]() | |
std::map< std::string, std::string > | m_Options |
std::map< std::string, std::string > | m_RequiredOptionsHelp |
std::map< std::string, std::string > | m_OtherOptionsHelp |
openfluid::buddies::BuddiesListener * | mp_Listener |
openfluid::buddies::ExamplesBuddy::ExamplesBuddy | ( | openfluid::buddies::BuddiesListener * | Listener | ) |
openfluid::buddies::ExamplesBuddy::~ExamplesBuddy | ( | ) |
bool openfluid::buddies::ExamplesBuddy::installAllExamplesProjects | ( | const std::string & | ProjectsSourcePath, |
const std::string & | ProjectsInstallPath, | ||
const bool | Force = false |
||
) |
bool openfluid::buddies::ExamplesBuddy::installExampleProject | ( | const std::string & | ProjectsSourcePath, |
const std::string & | ProjectsInstallPath, | ||
const std::string & | ProjectDir, | ||
const bool | Force = false |
||
) |
|
virtual |
Implements openfluid::buddies::OpenFLUIDBuddy.