Class Reference for E1039 Core & Analysis Software
DbSvc::VarList Class Reference

#include </dev/shm/kenichi/update-github-e1039-doc/e1039-core/packages/db_svc/DbSvc.h>

Public Member Functions

unsigned int Size () const
 
void Add (const std::string name, const std::string type, const bool is_key=false)
 
void Get (const int idx, std::string &name, std::string &type, bool &is_key) const
 

Detailed Description

Definition at line 19 of file DbSvc.h.

Member Function Documentation

◆ Add()

void DbSvc::VarList::Add ( const std::string  name,
const std::string  type,
const bool  is_key = false 
)

Definition at line 282 of file DbSvc.cc.

Referenced by Fun4AllSpillDstOutputManager::EnableDB(), Fun4AllSpillSRawEventOutputManager::EnableDB(), DecoStatusDb::InitTable(), and GeomParamPlane::WriteDbTable().

+ Here is the caller graph for this function:

◆ Get()

void DbSvc::VarList::Get ( const int  idx,
std::string &  name,
std::string &  type,
bool &  is_key 
) const

Definition at line 289 of file DbSvc.cc.

Referenced by DbSvc::CreateTable().

+ Here is the caller graph for this function:

◆ Size()

unsigned int DbSvc::VarList::Size ( ) const
inline

Definition at line 24 of file DbSvc.h.

Referenced by DbSvc::CreateTable().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: