Template Struct dataset¶
Defined in File activities.h
Inheritance Relationships¶
Base Type¶
public udho::activities::fixed_key_accessor< udho::cache::shadow< std::string, T::result_type... > >(Template Struct fixed_key_accessor)
Struct Documentation¶
-
template<typename ...
T>
structudho::activities::dataset: public udho::activities::fixed_key_accessor<udho::cache::shadow<std::string, T::result_type...>>¶ Public Types
-
typedef fixed_key_accessor<udho::cache::shadow<std::string, typename T::result_type...>>
base_type¶
-
typedef udho::cache::store<udho::cache::storage::memory, std::string, typename T::result_type...>
store_type¶
-
typedef store_type::shadow_type
shadow_type¶
Public Functions
-
dataset(const udho::configuration_type &config, const std::string &name)¶
-
std::string
name() const¶
-
shadow_type &
shadow()¶
-
const shadow_type &
shadow() const¶
-
typedef fixed_key_accessor<udho::cache::shadow<std::string, typename T::result_type...>>