hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
Public Member Functions | Public Attributes | List of all members
hobbes::storage::statement Struct Reference

#include <storage.H>

Collaboration diagram for hobbes::storage::statement:
Collaboration graph

Public Member Functions

bool isLog () const
 

Public Attributes

std::string name
 
uint64_t flags
 
std::string fmtstr
 
std::string file
 
uint32_t line
 
uint32_t id
 
bytes type
 

Member Function Documentation

◆ isLog()

bool hobbes::storage::statement::isLog ( ) const
inline

Member Data Documentation

◆ file

std::string hobbes::storage::statement::file

◆ flags

uint64_t hobbes::storage::statement::flags

◆ fmtstr

std::string hobbes::storage::statement::fmtstr

◆ id

uint32_t hobbes::storage::statement::id

◆ line

uint32_t hobbes::storage::statement::line

◆ name

std::string hobbes::storage::statement::name

◆ type

bytes hobbes::storage::statement::type

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