rename string_for_value_type to type_identifier
This commit is contained in:
@@ -79,7 +79,7 @@ namespace OpenMesh {
|
||||
return size_of();
|
||||
}
|
||||
|
||||
static std::string string_for_value_type(void) { return "MyData"; }
|
||||
static std::string type_identifier(void) { return "MyData"; }
|
||||
static size_t store(std::ostream& _os, const value_type& _v, bool _swap=false)
|
||||
{
|
||||
size_t bytes;
|
||||
@@ -126,7 +126,7 @@ namespace OpenMesh {
|
||||
return bytes;
|
||||
}
|
||||
|
||||
static std::string string_for_value_type(void) { return "MyMap"; }
|
||||
static std::string type_identifier(void) { return "MyMap"; }
|
||||
static
|
||||
size_t store(std::ostream& _os, const value_type& _v, bool _swap=false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user