#include <iostream>
#include <memory>
#include <string>
#include <vector>
#include <boost/optional.hpp>
#include <fable/environment.hpp>
#include "stack.hpp"
Go to the source code of this file.
|
|
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) |
| |