Zserio C++17 runtime library
0.5.0
Built for Zserio 2.17.0
|
#include <ITypeInfo.h>
Public Member Functions | |
BasicMessageInfo (std::string_view schemaName_, const IBasicTypeInfo< ALLOC > &typeInfo_, bool isPublished_, bool isSubscribed_, std::string_view topic_) | |
Public Attributes | |
std::string_view | schemaName |
const IBasicTypeInfo< ALLOC > & | typeInfo |
bool | isPublished |
bool | isSubscribed |
std::string_view | topic |
Type information for pubsub message.
Definition at line 606 of file ITypeInfo.h.
|
inline |
Definition at line 608 of file ITypeInfo.h.
bool zserio::BasicMessageInfo< ALLOC >::isPublished |
true if the message is published
Definition at line 619 of file ITypeInfo.h.
bool zserio::BasicMessageInfo< ALLOC >::isSubscribed |
true if the message is subscribed
Definition at line 620 of file ITypeInfo.h.
std::string_view zserio::BasicMessageInfo< ALLOC >::schemaName |
message schema name
Definition at line 617 of file ITypeInfo.h.
std::string_view zserio::BasicMessageInfo< ALLOC >::topic |
pubsub topic for a message
Definition at line 621 of file ITypeInfo.h.
const IBasicTypeInfo<ALLOC>& zserio::BasicMessageInfo< ALLOC >::typeInfo |
reference to type information for a message type
Definition at line 618 of file ITypeInfo.h.