Classes | Public Types | Public Attributes | List of all members
art::MemoryTracker::Config Struct Reference

Classes

struct  DBoutput
 

Public Types

template<typename T >
using Atom = fhicl::Atom< T >
 
using Name = fhicl::Name
 
using Comment = fhicl::Comment
 
template<typename T >
using Table = fhicl::Table< T >
 

Public Attributes

Table< DBoutputdbOutput {Name{"dbOutput"}}
 
Atom< boolincludeMallocInfo {Name{"includeMallocInfo"}, false}
 

Detailed Description

Definition at line 111 of file MemoryTrackerLinux_service.cc.

Member Typedef Documentation

template<typename T >
using art::MemoryTracker::Config::Atom = fhicl::Atom<T>

Definition at line 113 of file MemoryTrackerLinux_service.cc.

using art::MemoryTracker::Config::Comment = fhicl::Comment

Definition at line 115 of file MemoryTrackerLinux_service.cc.

using art::MemoryTracker::Config::Name = fhicl::Name

Definition at line 114 of file MemoryTrackerLinux_service.cc.

template<typename T >
using art::MemoryTracker::Config::Table = fhicl::Table<T>

Definition at line 117 of file MemoryTrackerLinux_service.cc.

Member Data Documentation

Table<DBoutput> art::MemoryTracker::Config::dbOutput {Name{"dbOutput"}}

Definition at line 122 of file MemoryTrackerLinux_service.cc.

Atom<bool> art::MemoryTracker::Config::includeMallocInfo {Name{"includeMallocInfo"}, false}

Definition at line 123 of file MemoryTrackerLinux_service.cc.


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