mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
function3
This commit is contained in:
@@ -35,7 +35,7 @@ class SERIALIZERS_API JsonSerializer : public Serializer {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct SERIALIZERS_API JsonSerializerFactory {
|
struct SERIALIZERS_API JsonSerializerFactory {
|
||||||
typedef boost::function2<JsonSerializer*, IfcParse::IfcFile*, std::string, JsonSerializer::Dialect> fn;
|
typedef boost::function3<JsonSerializer*, IfcParse::IfcFile*, std::string, JsonSerializer::Dialect> fn;
|
||||||
|
|
||||||
class Factory : public std::map<std::string, fn> {
|
class Factory : public std::map<std::string, fn> {
|
||||||
public:
|
public:
|
||||||
|
|||||||
Reference in New Issue
Block a user