#include <it_bus/reflect/choice.h>
Inheritance diagram for IT_Reflect::Choice:
Most of the functions for accessing a choice are defined in the base class ModelGroup.
Definition at line 16 of file choice.h.
Public Member Functions | |
virtual int | get_current_element () const =0 throw ((ReflectException)) |
Return the index of the current element in get_element_names(), or -1 if there is no current element. | |
virtual void | set_no_element ()=0 throw ((ReflectException)) |
Set the choice to contain no elements. |
|
Return the index of the current element in get_element_names(), or -1 if there is no current element.
|
|
Set the choice to contain no elements.
|