56 virtual void writeString(std::string
const & prefix, std::string
const & str);
A component of a model hierarchy.
Abstract base class for a string-based user interface.
virtual void writeString(std::string const &str)=0
Write a string.
Type
Enum for the interface type.
virtual ~UserInterface()
Destructor.
virtual bool readSome(std::string &str)=0
Read some bytes if available, and return true and a string when one is complete (RETURN pressed)
virtual Type type() const =0
Derived classes must implement this and return their interface type.
Main namespace for all JeVois classes and functions.