$darkmode
main_stack.cpp File Reference
#include "main_stack.hpp"
#include <iostream>
#include <string>
#include <vector>
#include <boost/filesystem.hpp>
#include <boost/optional.hpp>
#include <cloe/utility/std_extensions.hpp>
#include <cloe/utility/xdg.hpp>
#include <fable/environment.hpp>
#include <fable/utility.hpp>
#include "plugins/nop_controller.hpp"
#include "plugins/nop_simulator.hpp"
#include "stack.hpp"
Include dependency graph for main_stack.cpp:

Macros

#define CLOE_PLUGIN_PATH   "CLOE_PLUGIN_PATH"
 

Functions

Conf cloe::read_conf (const StackOptions &opt, const std::string &filepath)
 
void cloe::merge_stack (const StackOptions &opt, Stack &s, const std::string &filepath)
 
Stack cloe::new_stack (const StackOptions &opt)
 
Stack cloe::new_stack (const StackOptions &opt, const std::string &filepath)
 
Stack cloe::new_stack (const StackOptions &opt, const std::vector< std::string > &filepaths)
 

Detailed Description