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

IDL field of structure. More...

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

Inherits IDLObject.

Public Member Functions

 IDLField (const IDLType &type) noexcept
 
IDLType getType () const noexcept
 
 ~IDLField () noexcept
 
- Public Member Functions inherited from IDLObject
 IDLObject () noexcept
 
 ~IDLObject () noexcept
 

Detailed Description

IDL field of structure.

Interface Definition Language (IDL) field of structure.

Version
1.0

Constructor & Destructor Documentation

◆ IDLField()

IDLField::IDLField ( const IDLType type)
noexcept

Type of the field. Initializes the IDL field.

Parameters
typeThe type of the field.

◆ ~IDLField()

IDLField::~IDLField ( )
noexcept

Destroys the IDL field.

Member Function Documentation

◆ getType()

IDLType IDLField::getType ( ) const
inlinenoexcept

Returns the type of the field.