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