CASM  1.1.0
A Clusters Approach to Statistical Mechanics
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules
Import.cc File Reference

Go to the source code of this file.

Namespaces

 CASM
 Main CASM namespace.
 
 CASM::DB
 

Typedefs

typedef std::back_insert_iterator< std::vector< CASM::fs::path > > vector_path_back_inserter
 
typedef std::insert_iterator< std::set< CASM::fs::path > > set_path_inserter
 

Functions

jsonParser & CASM::DB::to_json (ImportSettings const &_set, jsonParser &_json)
 
jsonParser const & CASM::DB::from_json (ImportSettings &_set, jsonParser const &_json)
 
template std::pair< vector_path_back_inserter, int > CASM::DB::construct_pos_paths< vector_path_back_inserter > (const PrimClex &primclex, const Completer::ImportOption &import_opt, vector_path_back_inserter result)
 
template std::pair< set_path_inserter, int > CASM::DB::construct_pos_paths< set_path_inserter > (const PrimClex &primclex, const Completer::ImportOption &import_opt, set_path_inserter result)
 

Typedef Documentation

◆ set_path_inserter

typedef std::insert_iterator<std::set<CASM::fs::path> > set_path_inserter

Definition at line 5 of file Import.cc.

◆ vector_path_back_inserter

typedef std::back_insert_iterator<std::vector<CASM::fs::path> > vector_path_back_inserter

Definition at line 4 of file Import.cc.