|
ForestHub SDK 0.1.0
C++14 LLM SDK for PC and embedded platforms
|
This is the complete list of members for foresthub::platform::ConsoleInterface, including all inherited members.
| Available() const noexcept=0 | foresthub::platform::ConsoleInterface | pure virtual |
| Begin()=0 | foresthub::platform::ConsoleInterface | pure virtual |
| ClearLineBuffer()=0 | foresthub::platform::ConsoleInterface | pure virtual |
| Flush() noexcept=0 | foresthub::platform::ConsoleInterface | pure virtual |
| Printf(const char *format,...)=0 | foresthub::platform::ConsoleInterface | pure virtual |
| Read()=0 | foresthub::platform::ConsoleInterface | pure virtual |
| ReadLine(size_t max_length=256, unsigned long timeout_ms=0, bool echo=true)=0 | foresthub::platform::ConsoleInterface | pure virtual |
| TryReadLine(size_t max_length=256, bool echo=true)=0 | foresthub::platform::ConsoleInterface | pure virtual |
| Write(const std::string &data)=0 | foresthub::platform::ConsoleInterface | pure virtual |