SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
Report.h File Reference
+ Include dependency graph for Report.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SWC::Comm::Protocol::Rgr::Params::Report::ReqColumn
 
class  SWC::Comm::Protocol::Rgr::Params::Report::RspRes
 
class  SWC::Comm::Protocol::Rgr::Params::Report::RspCids
 
class  SWC::Comm::Protocol::Rgr::Params::Report::RspColumnRids
 
class  SWC::Comm::Protocol::Rgr::Params::Report::RspColumnsRanges
 
struct  SWC::Comm::Protocol::Rgr::Params::Report::RspColumnsRanges::Range
 
struct  SWC::Comm::Protocol::Rgr::Params::Report::RspColumnsRanges::Column
 

Namespaces

 SWC
 The SWC-DB C++ namespace 'SWC'.
 
 SWC::Comm
 The SWC-DB Communications C++ namespace 'SWC::Comm'.
 
 SWC::Comm::Protocol
 
 SWC::Comm::Protocol::Rgr
 The SWC-DB Ranger Communications Protocol C++ namespace 'SWC::Comm::Protocol::Rgr'.
 
 SWC::Comm::Protocol::Rgr::Params
 
 SWC::Comm::Protocol::Rgr::Params::Report
 

Enumerations

enum  SWC::Comm::Protocol::Rgr::Params::Report::Function : uint8_t {
  SWC::Comm::Protocol::Rgr::Params::Report::RESOURCES = 0x00,
  SWC::Comm::Protocol::Rgr::Params::Report::CIDS = 0x01,
  SWC::Comm::Protocol::Rgr::Params::Report::COLUMN_RIDS = 0x02,
  SWC::Comm::Protocol::Rgr::Params::Report::COLUMN_RANGES = 0x03,
  SWC::Comm::Protocol::Rgr::Params::Report::COLUMNS_RANGES = 0x04
}