ATLAS Offline Software
Namespaces | Macros | Functions
Control/AthContainers/Root/debug.cxx File Reference
#include "AthContainers/debug.h"
#include "AthContainers/AuxTypeRegistry.h"
#include "AthContainers/tools/error.h"
#include "AthContainersInterfaces/IConstAuxStore.h"
#include "CxxUtils/StrFormat.h"
#include <vector>
#include <sstream>
#include <iostream>
Include dependency graph for Control/AthContainers/Root/debug.cxx:

Go to the source code of this file.

Namespaces

 SGdebug
 

Macros

#define CONVERT(T)   if (ti == &typeid(T)) convert (os, *reinterpret_cast<const T*>(p)); else
 
#define CONVERT1(T)   CONVERT(T) CONVERT(std::vector<T>)
 

Functions

std::string SGdebug::aux_var_name (SG::auxid_t id)
 Return the name corresponding to a given aux id. More...
 
void SGdebug::print_aux_var_name (SG::auxid_t id)
 Print the name corresponding to a given aux id. More...
 
void SGdebug::print_aux_vars (const SG::auxid_set_t &auxids)
 Print the list of aux variables in a set. More...
 
void SGdebug::print_aux_vars (const SG::IConstAuxStore &store)
 Print the list of aux variables handled by a store. More...
 
void SGdebug::print_aux_vars (const SG::IConstAuxStore *store)
 Print the list of aux variables handled by a store. More...
 
void SGdebug::print_aux_vars (const SG::AuxVectorData &vec)
 Print the list of aux variables associated with a container. More...
 
void SGdebug::print_aux_vars (const SG::AuxVectorData *vec)
 Print the list of aux variables associated with a container. More...
 
void SGdebug::print_aux_vars (const SG::AuxElement &elt)
 Print the list of aux variables associated with an element. More...
 
void SGdebug::print_aux_vars (const SG::AuxElement *elt)
 Print the list of aux variables associated with an element. More...
 
std::string SGdebug::aux_var_as_string (SG::auxid_t auxid, const void *p)
 Convert an aux variable to a string. More...
 
void SGdebug::dump_aux_vars (const SG::IConstAuxStore &store, size_t i)
 Dump aux variables from a store for a single element. More...
 
void SGdebug::dump_aux_vars (const SG::IConstAuxStore *store, size_t i)
 Dump aux variables from a store for a single element. More...
 
void SGdebug::dump_aux_vars (const SG::IConstAuxStore &store)
 Dump aux variables from a store for all elements. More...
 
void SGdebug::dump_aux_vars (const SG::IConstAuxStore *store)
 Dump aux variables from a store for all elements. More...
 
void SGdebug::dump_aux_vars (const SG::AuxVectorData &vec, size_t i)
 Dump aux variables from a vector for a single element. More...
 
void SGdebug::dump_aux_vars (const SG::AuxVectorData *vec, size_t i)
 Dump aux variables from a vector for a single element. More...
 
void SGdebug::dump_aux_vars (const SG::AuxVectorData &vec)
 Dump aux variables from a vector for all elements. More...
 
void SGdebug::dump_aux_vars (const SG::AuxVectorData *vec)
 Dump aux variables from a vector for all elements. More...
 
void SGdebug::dump_aux_vars (const SG::AuxElement &elt)
 Dump aux variables for an element. More...
 
void SGdebug::dump_aux_vars (const SG::AuxElement *elt)
 Dump aux variables for an element. More...
 

Macro Definition Documentation

◆ CONVERT

#define CONVERT (   T)    if (ti == &typeid(T)) convert (os, *reinterpret_cast<const T*>(p)); else

◆ CONVERT1

#define CONVERT1 (   T)    CONVERT(T) CONVERT(std::vector<T>)

Variable Documentation

◆ id

Definition at line 191 of file Control/AthContainers/Root/debug.cxx.

◆ name

std::string name

Definition at line 192 of file Control/AthContainers/Root/debug.cxx.