CatapultServer  v0.5.0.1 (Elephant)
catapult::model::NamespaceNotification Struct Reference

Notification of a namespace registration. More...

Inheritance diagram for catapult::model::NamespaceNotification:
Collaboration diagram for catapult::model::NamespaceNotification:

Public Member Functions

 NamespaceNotification (model::NamespaceType namespaceType)
 Creates a notification around namespaceType. More...
 
- Public Member Functions inherited from catapult::model::Notification
 Notification (NotificationType type, size_t size)
 Creates a new notification with type and size. More...
 

Public Attributes

model::NamespaceType NamespaceType
 Type of the registered namespace. More...
 
- Public Attributes inherited from catapult::model::Notification
NotificationType Type
 Notification type. More...
 
size_t Size
 Notification size. More...
 

Static Public Attributes

static constexpr auto Notification_Type = Namespace_Registration_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a namespace registration.

Constructor & Destructor Documentation

◆ NamespaceNotification()

catapult::model::NamespaceNotification::NamespaceNotification ( model::NamespaceType  namespaceType)
inlineexplicit

Creates a notification around namespaceType.

Member Data Documentation

◆ NamespaceType

model::NamespaceType catapult::model::NamespaceNotification::NamespaceType

Type of the registered namespace.

◆ Notification_Type

constexpr auto catapult::model::NamespaceNotification::Notification_Type = Namespace_Registration_Notification
staticconstexpr

Matching notification type.


The documentation for this struct was generated from the following file: