BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | Public Attributes | List of all members
graphene::protocol::graphene_extension_pack_count_visitor< T > Struct Template Reference

#include <ext.hpp>

Public Member Functions

 graphene_extension_pack_count_visitor (const T &v)
 
template<typename Member , class Class , Member Class::* member>
void operator() (const char *name) const
 

Public Attributes

const T & value
 
uint32_t count = 0
 

Detailed Description

template<typename T>
struct graphene::protocol::graphene_extension_pack_count_visitor< T >

Definition at line 44 of file ext.hpp.

Constructor & Destructor Documentation

◆ graphene_extension_pack_count_visitor()

Definition at line 46 of file ext.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
template<typename Member , class Class , Member Class::* member>
void graphene::protocol::graphene_extension_pack_count_visitor< T >::operator() ( const char *  name) const
inline

Definition at line 49 of file ext.hpp.

Member Data Documentation

◆ count

template<typename T >
uint32_t graphene::protocol::graphene_extension_pack_count_visitor< T >::count = 0
mutable

Definition at line 55 of file ext.hpp.

◆ value

template<typename T >
const T& graphene::protocol::graphene_extension_pack_count_visitor< T >::value

Definition at line 54 of file ext.hpp.


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