Lines Matching defs:empty

22          struct empty  struct
27 typedef ::color::_internal::utility::container::empty< index_name > this_type;
29 typedef ::color::type::nothing_type value_type;
30 typedef ::color::type::nothing_type instance_type;
32 typedef instance_type const const_type;
33 typedef instance_type const& return_image_type;
34 typedef instance_type & return_type;
35 typedef instance_type & return_original_type;
36 typedef instance_type const& model_type;
37 typedef instance_type & input_type;
38 typedef instance_type & output_type;
40 typedef ::color::_internal::utility::type::index< index_name > index_trait_type;
42 typedef typename index_trait_type::instance_type index_instance_type;
43 typedef typename index_trait_type::const_type index_const_type;
44 typedef typename index_trait_type::model_type index_input_const_type;
45 typedef typename index_trait_type::return_image_type index_return_image_type;
47 … typedef ::color::_internal::utility::component::blank<index_type> component_trait_type;
49 typedef typename component_trait_type::instance_type component_type;
50 typedef typename component_trait_type::const_type component_const_type;
51 … typedef typename component_trait_type::return_image_type component_return_const_type;
52 typedef typename component_trait_type::model_type component_input_const_type;
54 typedef ::color::_internal::utility::type::size< std::size_t > size_trait_type;
56 typedef typename size_trait_type::return_image_type size_return_image_type;
57 typedef typename size_trait_type::instance_type size_instance_type;
59 typedef void set_return_type;
61 enum { size_entity = length };
64 …n_type init( input_type container, index_input_const_type index, component_input_const_type value ) in init()
70 static set_return_type init( input_type container, component_input_const_type value ) in init()
75 … static component_return_const_type get( model_type container, index_input_const_type index ) in get()
82 static component_return_const_type get( model_type container ) in get()
88 …rn_type set( input_type container, index_input_const_type index, component_input_const_type value ) in set()
93 static set_return_type set( input_type container, component_input_const_type value ) in set()
97 static /*constexpr*/ size_return_image_type size() in size()