Class Scine::Utils::UniversalSettings::GenericInstanceEditorImpl

template<typename BaseEditor, typename T>
class GenericInstanceEditorImpl : public BaseEditor

Specification of GenericInstanceEditorWithoutCreateFunction with the type T, to generate automatically some of the virtual functions.

Template Parameters
  • BaseEditor: must be some GenericInstanceEditor

  • T: class to instantiate, must be a * derived class of the template parameter of BaseEditor.

Subclassed by Scine::Utils::UniversalSettings::GenericInstanceEditorWithDefaultConstructorImpl< BaseEditor, T >