The Gaudi Framework  v30r3 (a5ef0a68)
FileInfo::CacheItem Struct Reference
Collaboration diagram for FileInfo::CacheItem:

Public Member Functions

 CacheItem (Offset offset, const std::string &name)
 

Public Attributes

Offset OFFSET
 
std::string NAME
 

Detailed Description

Definition at line 199 of file pfm_gen_analysis.cpp.

Constructor & Destructor Documentation

FileInfo::CacheItem::CacheItem ( Offset  offset,
const std::string name 
)
inline

Definition at line 200 of file pfm_gen_analysis.cpp.

200 : OFFSET( offset ), NAME( name ){};

Member Data Documentation

std::string FileInfo::CacheItem::NAME

Definition at line 202 of file pfm_gen_analysis.cpp.

Offset FileInfo::CacheItem::OFFSET

Definition at line 200 of file pfm_gen_analysis.cpp.


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