mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 02:49:12 +00:00
Parameter naming
This commit is contained in:
@@ -77,11 +77,11 @@ class IFC_PARSE_API spf_lexer {
|
||||
// void TokenString(size_t offset, std::string& result);
|
||||
};
|
||||
|
||||
IFC_PARSE_API std::vector<express::Base> traverse(const express::Base& instance, int max_level = -1);
|
||||
IFC_PARSE_API std::vector<express::Base> traverse(const express::Base& instance, int max_depth = -1);
|
||||
|
||||
IFC_PARSE_API std::vector<express::Base> traverse_breadth_first(const express::Base& instance, int max_level = -1);
|
||||
IFC_PARSE_API std::vector<express::Base> traverse_breadth_first(const express::Base& instance, int max_depth = -1);
|
||||
} // namespace ifcopenshell
|
||||
|
||||
IFC_PARSE_API std::ostream& operator<<(std::ostream& out, const ifcopenshell::file& file);
|
||||
IFC_PARSE_API std::ostream& operator<<(std::ostream& stream, const ifcopenshell::file& file);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user