Cleaned up custom type conversion code

This commit is contained in:
2015-12-08 22:51:35 +01:00
parent 0dbe0fe48e
commit d597c7e60e
2 changed files with 27 additions and 63 deletions
+1
View File
@@ -134,6 +134,7 @@ private:
void predictComponentAllocation();
void parseEntityGraph();
std::size_t getTypeStride(std::string typeName);
float getFloatAttribute(const xercesc::DOMElement* element, const char* attribute) const;
};
#endif