$darkmode
stack.cpp File Reference
#include "stack.hpp"
#include <algorithm>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/filesystem.hpp>
#include <cloe/utility/std_extensions.hpp>
#include <fable/utility.hpp>
Include dependency graph for stack.cpp:

Functions

auto cloe::include_prototype ()
 
Conf cloe::default_conf_reader (const std::string &filepath)
 
void cloe::swap (Stack &left, Stack &right)
 
void cloe::throw_missing_plugin_error (Conf conf, std::string_view plugin_type, std::string_view plugin_name, const std::vector< std::string > &available_plugins)
 

Detailed Description