Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
book Struct Reference
Inheritance diagram for book:
Collaboration diagram for book:

Public Member Functions

template<typename Constructor , typename Allocator >
 book (Constructor &&c, Allocator &&a)
 

Public Attributes

id_type id
 
int a = 0
 
int b = 1
 

Additional Inherited Members

- Public Types inherited from chainbase::object< 0, book >
typedef oid< bookid_type
 
- Static Public Attributes inherited from chainbase::object< 0, book >
static const uint16_t type_id
 

Detailed Description

Definition at line 17 of file test.cpp.

Constructor & Destructor Documentation

◆ book()

template<typename Constructor , typename Allocator >
book::book ( Constructor && c,
Allocator && a )
inline

Definition at line 20 of file test.cpp.

20 {
21 c(*this);
22 }

Member Data Documentation

◆ a

int book::a = 0

Definition at line 25 of file test.cpp.

◆ b

int book::b = 1

Definition at line 26 of file test.cpp.

◆ id

id_type book::id

Definition at line 24 of file test.cpp.


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