summaryrefslogtreecommitdiff
path: root/src/stl_binary_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stl_binary_tables.h')
-rw-r--r--src/stl_binary_tables.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/stl_binary_tables.h b/src/stl_binary_tables.h
index 3118b02..de9634b 100644
--- a/src/stl_binary_tables.h
+++ b/src/stl_binary_tables.h
@@ -167,6 +167,9 @@ enum Comment {
COMMENT_YES
};
+/** @class STLBinaryCode
+ * @brief A value of some STL parameter and a human-readable description of what it means.
+ */
template<class T>
class STLBinaryCode
{
@@ -184,6 +187,9 @@ public:
std::string description;
};
+/** @class STLBinaryTables
+ * @brief A set of conversion tables for STL binary files.
+ */
class STLBinaryTables
{
public: