Open Lighting Architecture
Latest Git
|
This visitor builds a Message object from a list of strings.
Public Member Functions | |
StringMessageBuilder (const std::vector< std::string > &input) | |
void | Visit (const BoolFieldDescriptor *) |
void | Visit (const IPV4FieldDescriptor *) |
void | Visit (const MACFieldDescriptor *) |
void | Visit (const UIDFieldDescriptor *) |
void | Visit (const StringFieldDescriptor *) |
void | Visit (const IntegerFieldDescriptor< uint8_t > *) |
void | Visit (const IntegerFieldDescriptor< uint16_t > *) |
void | Visit (const IntegerFieldDescriptor< uint32_t > *) |
void | Visit (const IntegerFieldDescriptor< int8_t > *) |
void | Visit (const IntegerFieldDescriptor< int16_t > *) |
void | Visit (const IntegerFieldDescriptor< int32_t > *) |
void | Visit (const FieldDescriptorGroup *) |
void | PostVisit (const FieldDescriptorGroup *) |
Public Member Functions inherited from ola::messaging::FieldDescriptorVisitor | |
virtual bool | Descend () const =0 |