mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 10:48:49 +00:00
Wrap more classes into ifcopenshell:: namespace
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
class SERIALIZERS_API RocksDbSerializer : public serializer {
|
||||
class SERIALIZERS_API RocksDbSerializer : public ifcopenshell::geom::serializer {
|
||||
private:
|
||||
std::string input_filename_;
|
||||
std::string rocksdb_filename_;
|
||||
@@ -16,7 +16,7 @@ private:
|
||||
|
||||
void write_streaming_();
|
||||
public:
|
||||
RocksDbSerializer(const std::string& input_filename, const std::string& rocksdb_filename, const std::vector<std::string>& skip_supertypes = {}, ::logger* logger = nullptr);
|
||||
RocksDbSerializer(const std::string& input_filename, const std::string& rocksdb_filename, const std::vector<std::string>& skip_supertypes = {}, ifcopenshell::logger* logger = nullptr);
|
||||
|
||||
virtual ~RocksDbSerializer() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user