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

Notification of a namespace name. More...

Inheritance diagram for catapult::model::NamespaceNameNotification:
Collaboration diagram for catapult::model::NamespaceNameNotification:

Public Member Functions

 NamespaceNameNotification (catapult::NamespaceId namespaceId, catapult::NamespaceId parentId, uint8_t nameSize, const uint8_t *pName)
 Creates a notification around nameSize and pName given namespaceId and parentId. 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

catapult::NamespaceId NamespaceId
 Id of the namespace. More...
 
catapult::NamespaceId ParentId
 Id of the parent namespace. More...
 
uint8_t NameSize
 Size of the name. More...
 
const uint8_t * NamePtr
 Const pointer to the namespace name. 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_Name_Notification
 Matching notification type. More...
 

Detailed Description

Notification of a namespace name.

Constructor & Destructor Documentation

◆ NamespaceNameNotification()

catapult::model::NamespaceNameNotification::NamespaceNameNotification ( catapult::NamespaceId  namespaceId,
catapult::NamespaceId  parentId,
uint8_t  nameSize,
const uint8_t *  pName 
)
inline

Creates a notification around nameSize and pName given namespaceId and parentId.

Member Data Documentation

◆ NamePtr

const uint8_t* catapult::model::NamespaceNameNotification::NamePtr

Const pointer to the namespace name.

◆ NameSize

uint8_t catapult::model::NamespaceNameNotification::NameSize

Size of the name.

◆ NamespaceId

catapult::NamespaceId catapult::model::NamespaceNameNotification::NamespaceId

Id of the namespace.

◆ Notification_Type

constexpr auto catapult::model::NamespaceNameNotification::Notification_Type = Namespace_Name_Notification
staticconstexpr

Matching notification type.

◆ ParentId

catapult::NamespaceId catapult::model::NamespaceNameNotification::ParentId

Id of the parent namespace.


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