├── LICENSE.md ├── README.md ├── include ├── pt_test.h ├── type_array │ ├── u_tarr.hpp │ ├── u_tarr_call_object.hpp │ ├── u_tarr_call_type.hpp │ ├── u_tarr_dyn_object.hpp │ ├── u_tarr_dyn_type.hpp │ ├── u_tarr_filter.hpp │ ├── u_tarr_fix_object.hpp │ ├── u_tarr_fix_type.hpp │ ├── u_tarr_for_each.hpp │ ├── u_tarr_index_of.hpp │ ├── u_tarr_last_index_of.hpp │ ├── u_tarr_length.hpp │ ├── u_tarr_make.hpp │ ├── u_tarr_pair.hpp │ ├── u_tarr_pop.hpp │ ├── u_tarr_push.hpp │ ├── u_tarr_regular.hpp │ └── u_tarr_sub_arr.hpp ├── u_bool_checker.hpp ├── u_const.hpp ├── u_same_class.hpp ├── u_type_array.hpp ├── u_type_string.hpp ├── u_types.hpp └── u_variable_to_value.hpp └── type_string.cpp /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/README.md -------------------------------------------------------------------------------- /include/pt_test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/pt_test.h -------------------------------------------------------------------------------- /include/type_array/u_tarr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_call_object.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_call_object.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_call_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_call_type.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_dyn_object.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_dyn_object.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_dyn_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_dyn_type.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_filter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_filter.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_fix_object.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_fix_object.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_fix_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_fix_type.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_for_each.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_for_each.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_index_of.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_index_of.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_last_index_of.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_last_index_of.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_length.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_length.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_make.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_make.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_pair.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_pair.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_pop.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_pop.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_push.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_push.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_regular.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_regular.hpp -------------------------------------------------------------------------------- /include/type_array/u_tarr_sub_arr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/type_array/u_tarr_sub_arr.hpp -------------------------------------------------------------------------------- /include/u_bool_checker.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/u_bool_checker.hpp -------------------------------------------------------------------------------- /include/u_const.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/u_const.hpp -------------------------------------------------------------------------------- /include/u_same_class.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/u_same_class.hpp -------------------------------------------------------------------------------- /include/u_type_array.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/u_type_array.hpp -------------------------------------------------------------------------------- /include/u_type_string.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/u_type_string.hpp -------------------------------------------------------------------------------- /include/u_types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/u_types.hpp -------------------------------------------------------------------------------- /include/u_variable_to_value.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/include/u_variable_to_value.hpp -------------------------------------------------------------------------------- /type_string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xhawk18/type_string/HEAD/type_string.cpp --------------------------------------------------------------------------------