Struct DisplayFactory
Defined in File display.h
Inheritance Relationships
Derived Type
public reach::NoOpDisplayFactory(Struct NoOpDisplayFactory)
Struct Documentation
-
struct DisplayFactory
Plugin interface for creating display interfaces.
Subclassed by reach::NoOpDisplayFactory
Public Types
-
using Ptr = std::shared_ptr<DisplayFactory>
-
using ConstPtr = std::shared_ptr<const DisplayFactory>
Public Static Functions
-
static inline std::string getSection()
-
using Ptr = std::shared_ptr<DisplayFactory>