Skip to content

Commit 0874f83

Browse files
committed
Update C++ API docs from 23f3874
1 parent 0695d5f commit 0874f83

24 files changed

Lines changed: 122 additions & 132 deletions

v0.9.0-latest/_sources/output/api/namespace_@15.rst.txt renamed to v0.9.0-latest/_sources/output/api/namespace_@16.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
.. _namespace_@15:
2+
.. _namespace_@16:
33

4-
Namespace @15
4+
Namespace @16
55
=============
66

77

v0.9.0-latest/_sources/output/api/namespace_@29.rst.txt renamed to v0.9.0-latest/_sources/output/api/namespace_@30.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
.. _namespace_@29:
2+
.. _namespace_@30:
33

4-
Namespace @29
4+
Namespace @30
55
=============
66

77

v0.9.0-latest/_sources/output/api/namespace_ifcopenshell__geom.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Namespaces
1717
----------
1818

1919

20-
- :ref:`namespace_ifcopenshell__geom__@49`
20+
- :ref:`namespace_ifcopenshell__geom__@50`
2121

2222
- :ref:`namespace_ifcopenshell__geom__impl`
2323

v0.9.0-latest/_sources/output/api/namespace_ifcopenshell__geom__@49.rst.txt renamed to v0.9.0-latest/_sources/output/api/namespace_ifcopenshell__geom__@50.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

2-
.. _namespace_ifcopenshell__geom__@49:
2+
.. _namespace_ifcopenshell__geom__@50:
33

4-
Namespace ifcopenshell::geom::@49
4+
Namespace ifcopenshell::geom::@50
55
=================================
66

77

v0.9.0-latest/_sources/output/api/program_listing_file_src_ifcgeom_ifc_geom_api.h.rst.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ Program Listing for File ifc_geom_api.h
4040
#else
4141
#define IFC_GEOM_API __declspec(dllimport)
4242
#endif
43-
#else
43+
#else // *nix + GCC-like compiler
4444
#define IFC_GEOM_API __attribute__((visibility("default")))
45-
#endif
46-
47-
#endif
45+
#endif // SWIG
46+
#endif // IFC_GEOM_API_H

v0.9.0-latest/_sources/output/api/program_listing_file_src_ifcgeom_kernels_ifc_geomlibrary_api.h.rst.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,14 @@ Program Listing for File ifc_geomlibrary_api.h
3333
#define IFC_GEOMLIBRARY_API_H
3434
3535
#ifdef SWIG
36-
#define IFC_GEOMLIBRARY_API
36+
#define IFC_GEOMLIBRARY_API
3737
#elif defined(_WIN32)
38-
#ifdef IFC_GEOMLIBRARY_EXPORTS
39-
#define IFC_GEOMLIBRARY_API __declspec(dllexport)
40-
#else
41-
#define IFC_GEOMLIBRARY_API __declspec(dllimport)
42-
#endif
43-
#else // simply assume *nix + GCC-like compiler
44-
#define IFC_GEOMLIBRARY_API __attribute__((visibility("default")))
45-
#endif
46-
47-
#endif
38+
#ifdef IFC_GEOMLIBRARY_EXPORTS
39+
#define IFC_GEOMLIBRARY_API __declspec(dllexport)
40+
#else
41+
#define IFC_GEOMLIBRARY_API __declspec(dllimport)
42+
#endif
43+
#else // *nix + GCC-like compiler
44+
#define IFC_GEOMLIBRARY_API __attribute__((visibility("default")))
45+
#endif // SWIG
46+
#endif // IFC_GEOMLIBRARY_API_H

v0.9.0-latest/_sources/output/api/program_listing_file_src_ifcgeom_serialization_ifc_geomserialization_api.h.rst.txt

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,14 @@ Program Listing for File ifc_geomserialization_api.h
3333
#define IFC_GEOMSERIALIZATION_API_H
3434
3535
#ifdef SWIG
36-
#define IFC_GEOMSERIALIZATION_API
36+
#define IFC_GEOMSERIALIZATION_API
3737
#elif defined(_WIN32)
38-
#ifdef IFC_GEOMSERIALIZATION_EXPORTS
39-
#define IFC_GEOMSERIALIZATION_API __declspec(dllexport)
40-
#else
41-
#define IFC_GEOMSERIALIZATION_API __declspec(dllimport)
42-
#endif
43-
#else // simply assume *nix + GCC-like compiler
44-
#define IFC_GEOMSERIALIZATION_API __attribute__((visibility("default")))
45-
#endif
46-
47-
#endif
38+
#ifdef IFC_GEOMSERIALIZATION_EXPORTS
39+
#define IFC_GEOMSERIALIZATION_API __declspec(dllexport)
40+
#else
41+
#define IFC_GEOMSERIALIZATION_API __declspec(dllimport)
42+
#endif
43+
#else // *nix + GCC-like compiler
44+
#define IFC_GEOMSERIALIZATION_API __attribute__((visibility("default")))
45+
#endif // SWIG
46+
#endif // IFC_GEOMSERIALIZATION_API_H

v0.9.0-latest/_sources/output/api/program_listing_file_src_ifcparse_ifc_parse_api.h.rst.txt

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,21 @@ Program Listing for File ifc_parse_api.h
3333
#define IFC_PARSE_API_H
3434
3535
#ifdef SWIG
36-
#define IFC_PARSE_API
37-
#define IFC_SCHEMA_API
36+
#define IFC_PARSE_API
37+
#define IFC_SCHEMA_API
3838
#elif defined(_WIN32)
39-
#ifdef IFC_PARSE_EXPORTS
40-
#define IFC_PARSE_API __declspec(dllexport)
41-
#else
42-
#define IFC_PARSE_API __declspec(dllimport)
43-
#endif
44-
#ifdef IFC_SCHEMA_EXPORTS
45-
#define IFC_SCHEMA_API __declspec(dllexport)
46-
#else
47-
#define IFC_SCHEMA_API IFC_PARSE_API
48-
#endif
49-
#else // simply assume *nix + GCC-like compiler
50-
#define IFC_PARSE_API __attribute__((visibility("default")))
51-
#define IFC_SCHEMA_API __attribute__((visibility("default")))
52-
#endif
53-
54-
#endif
39+
#ifdef IFC_PARSE_EXPORTS
40+
#define IFC_PARSE_API __declspec(dllexport)
41+
#else
42+
#define IFC_PARSE_API __declspec(dllimport)
43+
#endif
44+
#ifdef IFC_SCHEMA_EXPORTS
45+
#define IFC_SCHEMA_API __declspec(dllexport)
46+
#else
47+
#define IFC_SCHEMA_API IFC_PARSE_API
48+
#endif
49+
#else // *nix + GCC-like compiler
50+
#define IFC_PARSE_API __attribute__((visibility("default")))
51+
#define IFC_SCHEMA_API __attribute__((visibility("default")))
52+
#endif // SWIG
53+
#endif // IFC_PARSE_API_H

v0.9.0-latest/_sources/output/api/program_listing_file_src_serializers_serializers_api.h.rst.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ Program Listing for File serializers_api.h
4040
#else
4141
#define SERIALIZERS_API __declspec(dllimport)
4242
#endif
43-
#else
43+
#else // *nix + GCC-like compiler
4444
#define SERIALIZERS_API __attribute__((visibility("default")))
45-
#endif
46-
47-
#endif
45+
#endif // SWIG
46+
#endif // IFC_SERIALIZERS_API_H

v0.9.0-latest/objects.inv

-7 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)