Template Class StringCommandProcessor#
Defined in File StringCommandProcessor.h
Class Documentation#
-
template<std::size_t depth, typename element_t = char, std::size_t max_args = default_max_args>
class StringCommandProcessor# Public Types
Public Functions
-
inline StringCommandProcessor(Buffer &_input, Handler _handler = nullptr, bool auto_poll = false, element_t _line_delim = default_line_delim, element_t _word_delim = default_word_delim)#
-
inline void set_auto_poll()#
-
inline void reset()#
-
inline std::size_t poll()#
Public Static Attributes
-
inline StringCommandProcessor(Buffer &_input, Handler _handler = nullptr, bool auto_poll = false, element_t _line_delim = default_line_delim, element_t _word_delim = default_word_delim)#