Base Framework
|
IDL attribute of an exception. More...
#include <base/rmi/idl/IDLAttribute.h>
Inherits IDLObject.
Public Member Functions | |
IDLAttribute (const IDLPrimitive &type) noexcept | |
IDLAttribute (const IDLEnumeration &type) noexcept | |
~IDLAttribute () noexcept | |
![]() | |
IDLObject () noexcept | |
~IDLObject () noexcept | |
IDL attribute of an exception.
Interface Definition Language (IDL) attribute of an exception.
|
noexcept |
Initializes the IDL attribute as a primitive type.
type | The type of the attribute. |
|
noexcept |
Initializes the IDL attribute as an enumeration.
type | The type of the attribute. |
|
noexcept |
Destroys the IDL attribute.