Lines Matching defs:array

22          struct array  struct
26 typedef ::color::_internal::utility::container::array< value_name, length > this_type;
28 typedef std::array< value_name, length> instance_type;
31 typedef instance_type const const_type;
32 typedef instance_type const& return_image_type;
33 typedef instance_type & return_type;
34 typedef instance_type & return_original_type;
35 typedef instance_type const& model_type;
36 typedef instance_type & input_type;
37 typedef instance_type & output_type;
39 …f ::color::_internal::utility::type::index< typename instance_type::size_type > index_trait_type;
41 typedef typename index_trait_type::instance_type index_instance_type;
42 typedef typename index_trait_type::const_type index_const_type;
43 typedef typename index_trait_type::model_type index_input_const_type;
44 typedef typename index_trait_type::return_image_type index_return_image_type;
46 … typedef ::color::_internal::utility::type::traitC< value_name > component_trait_type;
48 typedef typename component_trait_type::instance_type component_type;
49 typedef typename component_trait_type::const_type component_const_type;
50 … typedef typename component_trait_type::return_image_type component_return_const_type;
51 typedef typename component_trait_type::model_type component_input_const_type;
53 …def ::color::_internal::utility::type::size< typename instance_type::size_type > size_trait_type;
55 typedef typename size_trait_type::return_image_type size_return_image_type;
56 typedef typename size_trait_type::instance_type size_instance_type;
58 typedef void set_return_type;
60 enum { size_entity = length };
63 …n_type init( input_type container, index_input_const_type index, component_input_const_type value ) in init()
69 static set_return_type init( input_type container, component_input_const_type value ) in init()
74 … static component_return_const_type get( model_type container, index_input_const_type index ) in get()
80 static component_return_const_type get( model_type container ) in get()
86 …rn_type set( input_type container, index_input_const_type index, component_input_const_type value ) in set()
92 static set_return_type set( input_type container, component_input_const_type value ) in set()
98 static /*constexpr*/ size_return_image_type size() in size()