hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Attributes | List of all members
hobbes::storage::StorageGroup< Name, cm >::StmtData Struct Reference

#include <storage.H>

Collaboration diagram for hobbes::storage::StorageGroup< Name, cm >::StmtData:
Collaboration graph

Public Attributes

tydescfn tdesc
 
uint64_t flags
 
std::string fmtstr
 
std::string file
 
uint32_t line
 
uint32_t id
 

Member Data Documentation

◆ file

template<typename Name, CommitMethod cm>
std::string hobbes::storage::StorageGroup< Name, cm >::StmtData::file

◆ flags

template<typename Name, CommitMethod cm>
uint64_t hobbes::storage::StorageGroup< Name, cm >::StmtData::flags

◆ fmtstr

template<typename Name, CommitMethod cm>
std::string hobbes::storage::StorageGroup< Name, cm >::StmtData::fmtstr

◆ id

template<typename Name, CommitMethod cm>
uint32_t hobbes::storage::StorageGroup< Name, cm >::StmtData::id

◆ line

template<typename Name, CommitMethod cm>
uint32_t hobbes::storage::StorageGroup< Name, cm >::StmtData::line

◆ tdesc

template<typename Name, CommitMethod cm>
tydescfn hobbes::storage::StorageGroup< Name, cm >::StmtData::tdesc

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