$darkmode
main_stack.hpp File Reference
#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include <boost/optional.hpp>
#include <fable/environment.hpp>
#include "stack.hpp"
Include dependency graph for main_stack.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cloe::StackOptions
 

Functions

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)
 
void cloe::merge_stack (const StackOptions &opt, Stack &s, const std::string &filepath)
 

Detailed Description