forked from GitHub/gf-core
linear time loading of namespaces
This commit is contained in:
@@ -40,6 +40,9 @@ public:
|
||||
return read_text_internal(0);
|
||||
};
|
||||
|
||||
template<class V>
|
||||
Namespace<V> read_namespace(ref<V> (PgfReader::*read_value)(), size_t len);
|
||||
|
||||
template<class V>
|
||||
Namespace<V> read_namespace(ref<V> (PgfReader::*read_value)());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user