Zserio C++ runtime library
1.1.0
Built for Zserio 2.15.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 492 of file ITypeInfo.h.
|
inline |
Definition at line 494 of file ITypeInfo.h.
bool zserio::BasicMessageInfo< ALLOC >::isPublished |
true if the message is published
Definition at line 505 of file ITypeInfo.h.
bool zserio::BasicMessageInfo< ALLOC >::isSubscribed |
true if the message is subscribed
Definition at line 506 of file ITypeInfo.h.
StringView zserio::BasicMessageInfo< ALLOC >::schemaName |
message schema name
Definition at line 503 of file ITypeInfo.h.
StringView zserio::BasicMessageInfo< ALLOC >::topic |
pubsub topic for a message
Definition at line 507 of file ITypeInfo.h.
const IBasicTypeInfo<ALLOC>& zserio::BasicMessageInfo< ALLOC >::typeInfo |
reference to type information for a message type
Definition at line 504 of file ITypeInfo.h.