apply(T &x) | caf::data_processor< Derived > | |
apply(T &x) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply(std::string &x) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply(std::u16string &x) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply(std::u32string &x) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply(atom_constant< V > &x) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply(T &x) | caf::data_processor< Derived > | |
apply(T &) | caf::data_processor< Derived > | |
apply(bool &x) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply(std::vector< bool > &x) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply(T &xs) | caf::data_processor< Derived > | |
apply(std::array< T, S > &xs) | caf::data_processor< Derived > | |
apply(T(&xs)[S]) | caf::data_processor< Derived > | |
apply(std::pair< F, S > &xs) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply(std::tuple< Ts... > &xs) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply(T &x) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply(std::chrono::duration< Rep, Period > &x) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply(std::chrono::duration< Rep, Period > &x) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply(std::chrono::time_point< Clock, Duration > &t) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply(T &x) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
apply_atom_constant(D &self, atom_constant< V > &) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | static |
apply_impl(int8_t &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_impl(uint8_t &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_impl(int16_t &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_impl(uint16_t &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_impl(int32_t &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_impl(uint32_t &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_impl(int64_t &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_impl(uint64_t &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_impl(float &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_impl(double &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_impl(long double &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_impl(std::string &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_impl(std::u16string &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_impl(std::u32string &)=0 (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | protectedpure virtual |
apply_raw(size_t num_bytes, void *data)=0 | caf::data_processor< Derived > | pure virtual |
apply_sequence(D &self, T &xs) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | static |
apply_sequence(D &self, T &xs) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | static |
apply_sequence(D &self, T &xs) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | static |
apply_sequence(D &self, T &xs) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | static |
begin_object(uint16_t &typenr, std::string &name)=0 | caf::data_processor< Derived > | pure virtual |
begin_sequence(size_t &num)=0 | caf::data_processor< Derived > | pure virtual |
builtin_t typedef | caf::data_processor< Derived > | |
consume_range(T &xs) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
consume_range_c(T &xs) | caf::data_processor< Derived > | |
context() | caf::data_processor< Derived > | |
data_processor(const data_processor &)=delete (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
data_processor(execution_unit *ctx=nullptr) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
end_object()=0 | caf::data_processor< Derived > | pure virtual |
end_sequence()=0 | caf::data_processor< Derived > | pure virtual |
fill_range(T &xs, size_t num_elements) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
fill_range_c(T &xs, size_t num_elements) | caf::data_processor< Derived > | |
operator()() (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
operator()(meta::save_callback_t< F > x, Ts &&... xs) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
operator()(meta::load_callback_t< F > x, Ts &&... xs) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
operator()(const meta::annotation &, Ts &&... xs) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
operator()(const T &, Ts &&... xs) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
operator()(T &&x, Ts &&... xs) (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
operator=(const data_processor &)=delete (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | |
result_type typedef | caf::data_processor< Derived > | |
~data_processor() (defined in caf::data_processor< Derived >) | caf::data_processor< Derived > | virtual |