LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
art::ConstPtrCache Class Reference

#include "ConstPtrCache.h"

Public Member Functions

 ConstPtrCache ()
 
 ConstPtrCache (const void *iPtr)
 

Public Attributes

const void * ptr_
 

Detailed Description

Definition at line 30 of file ConstPtrCache.h.

Constructor & Destructor Documentation

art::ConstPtrCache::ConstPtrCache ( )
inline

Definition at line 33 of file ConstPtrCache.h.

33 : ptr_(0) {}
const void * ptr_
Definition: ConstPtrCache.h:36
art::ConstPtrCache::ConstPtrCache ( const void *  iPtr)
inline

Definition at line 34 of file ConstPtrCache.h.

34 : ptr_(iPtr) {}
const void * ptr_
Definition: ConstPtrCache.h:36

Member Data Documentation

const void* art::ConstPtrCache::ptr_

Definition at line 36 of file ConstPtrCache.h.


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