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

IDL object. More...

#include <base/rmi/idl/IDLObject.h>

Inherits Object.

Inherited by IDLAttribute, IDLConstant, IDLField, IDLMethod, IDLNamedType, and IDLType.

Public Member Functions

 IDLObject () noexcept
 
 ~IDLObject () noexcept
 

Detailed Description

IDL object.

Interface Definition Language (IDL) object.

Version
1.0

Constructor & Destructor Documentation

◆ IDLObject()

IDLObject::IDLObject ( )
noexcept

Initializes the IDL object.

◆ ~IDLObject()

IDLObject::~IDLObject ( )
noexcept

Destroys the IDL object.