LLFIO
v2.00
|
Common base class for items. More...
#include "storage_profile.hpp"
Public Types | |
using | handle_type = file_handle |
The type of handle used for testing. | |
Public Attributes | |
const char * | name |
The name of the item in colon delimited category format. | |
const char * | description |
Some description of the item. | |
storage_types | type |
The type of the value. | |
Static Public Attributes | |
static constexpr size_t | item_size = 128 |
Protected Member Functions | |
constexpr | item_base (const char *_name, const char *_desc, storage_types _type) |
Common base class for items.