Base Framework
Public Member Functions | List of all members
IDLAttribute Class Reference

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
 
- Public Member Functions inherited from IDLObject
 IDLObject () noexcept
 
 ~IDLObject () noexcept
 

Detailed Description

IDL attribute of an exception.

Interface Definition Language (IDL) attribute of an exception.

Version
1.0

Constructor & Destructor Documentation

◆ IDLAttribute() [1/2]

IDLAttribute::IDLAttribute ( const IDLPrimitive type)
noexcept

Initializes the IDL attribute as a primitive type.

Parameters
typeThe type of the attribute.

◆ IDLAttribute() [2/2]

IDLAttribute::IDLAttribute ( const IDLEnumeration type)
noexcept

Initializes the IDL attribute as an enumeration.

Parameters
typeThe type of the attribute.

◆ ~IDLAttribute()

IDLAttribute::~IDLAttribute ( )
noexcept

Destroys the IDL attribute.