Searched refs:p_type (Results 1 – 1 of 1) sorted by relevance
152 std::unique_ptr<type_base> p_type; member in utility::internal::argument157 : p_type(other.p_type.get() ? (other.p_type->clone()).release() : nullptr), in argument()164 std::swap(p_type, other.p_type); in swap()172 : p_type(new type_impl<type>(a_name, a_description, dest, a_validating_function)), in argument()175 return p_type->value(); in value()178 return p_type->name; in name()181 return p_type->description; in description()184 p_type->parse_and_store(s); in parse_and_store()