Archicad 28 C++ API
|
IFC Translator Identifier. More...
#include <APIdefs_Automate.h>
Public Member Functions | |
API_IFCTranslatorIdentifier (const API_IFCTranslatorIdentifier &that) | |
Copy constructor. | |
API_IFCTranslatorIdentifier (API_IFCTranslatorIdentifier &&that) | |
Move constructor. | |
API_IFCTranslatorIdentifier & | operator= (API_IFCTranslatorIdentifier other) |
Assignment operator. | |
void | Swap (API_IFCTranslatorIdentifier &other) |
Swap the object with the parameter. | |
Public Attributes | |
GSHandle | innerReference |
Internal reference. | |
GS::UniString | name |
IFC Translator name. | |
Friends | |
void | Swap (API_IFCTranslatorIdentifier &left, API_IFCTranslatorIdentifier &right) |
Swap the first and second parameters. | |
IFC Translator Identifier.
|
inline |
Copy constructor.
that | The other API_IFCTranslatorIdentifier object. |
|
inline |
Move constructor.
that | The other API_IFCTranslatorIdentifier object. |
|
inline |
Assignment operator.
other | Another object to use as the source. |
|
inline |
Swap the object with the parameter.
other | The parameter to be swapped. |
|
friend |
Swap the first and second parameters.
left | The first parameter to be swapped. |
right | The second parameter to be swapped. |