|
template<typename F > |
void | CASM::DB::for_each_type (F f) |
|
template<typename F > |
void | CASM::DB::for_type (std::string name, F f) |
|
template<typename F > |
void | CASM::DB::for_type_short (std::string short_name, F f) |
|
const std::set< std::string > & | CASM::DB::types () |
| std::set of all QueryTraits<DataObject>::name More...
|
|
const std::set< std::string > & | CASM::DB::types_short () |
| std::set of all QueryTraits<DataObject>::short_name More...
|
|
template<typename F > |
void | CASM::DB::for_each_config_type (F f) |
|
template<typename F > |
void | CASM::DB::for_config_type (std::string name, F f) |
|
template<typename F > |
void | CASM::DB::for_config_type_short (std::string short_name, F f) |
|
const std::set< std::string > & | CASM::DB::config_types () |
| std::set of all QueryTraits<ConfigType>::name More...
|
|
const std::set< std::string > & | CASM::DB::config_types_short () |
| std::set of all QueryTraits<ConfigType>::short_name More...
|
|
Index | CASM::DB::config_count (std::string scelname, const PrimClex &primclex) |
| Total number of configs of all types in a supercell. More...
|
|
Index | CASM::DB::config_count (std::string configtype, std::string scelname, const PrimClex &primclex) |
| Total number of configs of a specific type in a supercell. More...
|
|
Index | CASM::DB::config_calculated_count (std::string scelname, const PrimClex &primclex) |
| Total number of calculated configs of all types in a supercell. More...
|
|
Index | CASM::DB::config_calculated_count (std::string configtype, std::string scelname, const PrimClex &primclex) |
| Total number of calculated configs of a specific type in a supercell. More...
|
|
Index | CASM::DB::config_data_count (std::string scelname, const PrimClex &primclex) |
| Total number of configs w/ data or files of all types in a supercell. More...
|
|
Index | CASM::DB::config_data_count (std::string configtype, std::string scelname, const PrimClex &primclex) |
| Total number of configs w/ data or files of a specific type in a supercell. More...
|
|