#include <UT_Options.h>

Public Member Functions | |
| UT_OptionEntryImpl (const T &value) | |
| virtual | ~UT_OptionEntryImpl () |
| const outT & | getValue () const |
| virtual UT_OptionType | getType () const |
| virtual UT_OptionEntry * | clone () const |
Definition at line 225 of file UT_Options.h.
| UT_OptionEntryImpl< T, ID, outT >::UT_OptionEntryImpl | ( | const T & | value | ) | [inline] |
Definition at line 228 of file UT_Options.h.
| virtual UT_OptionEntryImpl< T, ID, outT >::~UT_OptionEntryImpl | ( | ) | [inline, virtual] |
Definition at line 231 of file UT_Options.h.
| virtual UT_OptionEntry* UT_OptionEntryImpl< T, ID, outT >::clone | ( | ) | const [inline, virtual] |
| virtual UT_OptionType UT_OptionEntryImpl< T, ID, outT >::getType | ( | void | ) | const [inline, virtual] |
| const outT& UT_OptionEntryImpl< T, ID, outT >::getValue | ( | ) | const [inline] |
Definition at line 234 of file UT_Options.h.
1.5.9