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

IDL constant. More...

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

Inherits IDLObject.

Public Member Functions

 IDLConstant (const String &name) noexcept
 
const StringgetName () const noexcept
 
 ~IDLConstant () noexcept
 
- Public Member Functions inherited from IDLObject
 IDLObject () noexcept
 
 ~IDLObject () noexcept
 

Detailed Description

IDL constant.

Interface Definition Language (IDL) constant.

Version
1.0

Constructor & Destructor Documentation

◆ IDLConstant()

IDLConstant::IDLConstant ( const String name)
noexcept

Initializes the IDL constant.

◆ ~IDLConstant()

IDLConstant::~IDLConstant ( )
noexcept

Destroys the IDL constant.

Member Function Documentation

◆ getName()

const String& IDLConstant::getName ( ) const
inlinenoexcept

Returns the fully qualified name of the object.