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

IDL named type. More...

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

Inherits IDLObject.

Inherited by IDLEnumeration, IDLException, IDLInterface, and IDLStructure.

Public Member Functions

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

Detailed Description

IDL named type.

Base class of Interface Definition Language (IDL) named types.

Version
1.0

Constructor & Destructor Documentation

◆ IDLNamedType()

IDLNamedType::IDLNamedType ( const String name)
noexcept

Initializes the IDL type.

◆ ~IDLNamedType()

IDLNamedType::~IDLNamedType ( )
noexcept

Destroys the IDL type.

Member Function Documentation

◆ getName()

const String& IDLNamedType::getName ( ) const
inlinenoexcept

Returns the fully qualified name of the type.