#include "estd/estd.hpp"
#include "tag/tag.hpp"
#include "eteq/constant.hpp"
#include "eteq/variable.hpp"
#include "eteq/generated/pyapi.hpp"
Go to the source code of this file.
|
void | layr::validate_label (const std::string &label) |
|
std::string | layr::layer_label_fmt (std::string label, LayerId subid) |
| Return formatted raw label with associated sublayer. More...
|
|
std::unordered_map< std::string, LayerIdsT > | layr::unpack_labels (const std::vector< std::string > &labels) |
| Return raw labels mapped to sublayers given a vector of formatted labels. More...
|
|
LayerRegistry & | layr::get_layer_reg (void) |
| Return global layer registry reference. More...
|
|
void | layr::recursive_layer_tag (teq::TensptrT tens, std::string layer_type, std::string name, teq::TensSetT stops, LayerRegistry ®istry=get_layer_reg()) |
|
LayerptrT | layr::load_layer (std::istream &ins, teq::TensptrsT &roots, std::string ltype, std::string label, LayerRegistry ®istry=get_layer_reg()) |
|
bool | layr::save_layer (std::ostream &outs, const iLayer &layer, teq::TensptrsT roots, LayerRegistry ®istry=get_layer_reg()) |
|