linear time loading of namespaces

This commit is contained in:
krangelov
2021-09-03 21:10:26 +02:00
parent 2e0c93c594
commit b4838649f5
2 changed files with 18 additions and 8 deletions

View File

@@ -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)());