Zserio C++ runtime library
1.0.0
Built for Zserio 2.13.0
|
#include <ITypeInfo.h>
Public Member Functions | |
BasicMessageInfo (StringView schemaName_, const IBasicTypeInfo< ALLOC > &typeInfo_, bool isPublished_, bool isSubscribed_, StringView topic_) | |
Public Attributes | |
StringView | schemaName |
const IBasicTypeInfo< ALLOC > & | typeInfo |
bool | isPublished |
bool | isSubscribed |
StringView | topic |
Type information for pubsub message.
Definition at line 98 of file ITypeInfo.h.
|
inline |
Definition at line 477 of file ITypeInfo.h.
bool zserio::BasicMessageInfo< ALLOC >::isPublished |
true if the message is published
Definition at line 485 of file ITypeInfo.h.
bool zserio::BasicMessageInfo< ALLOC >::isSubscribed |
true if the message is subscribed
Definition at line 486 of file ITypeInfo.h.
StringView zserio::BasicMessageInfo< ALLOC >::schemaName |
message schema name
Definition at line 483 of file ITypeInfo.h.
StringView zserio::BasicMessageInfo< ALLOC >::topic |
pubsub topic for a message
Definition at line 487 of file ITypeInfo.h.
const IBasicTypeInfo<ALLOC>& zserio::BasicMessageInfo< ALLOC >::typeInfo |
reference to type information for a message type
Definition at line 484 of file ITypeInfo.h.