Base Framework
|
IDL structure. More...
#include <base/rmi/idl/IDLStructure.h>
Inherits IDLNamedType.
Public Member Functions | |
IDLStructure (const String &name) noexcept | |
void | addField (const IDLField &field) noexcept |
const Array< IDLField > & | getFields () const noexcept |
~IDLStructure () noexcept | |
![]() | |
IDLNamedType (const String &name) noexcept | |
const String & | getName () const noexcept |
~IDLNamedType () noexcept | |
![]() | |
IDLObject () noexcept | |
~IDLObject () noexcept | |
|
noexcept |
Initializes the IDL structure.
|
noexcept |
Destroys the IDL structure.
|
noexcept |
Adds the field to the structure.