|
Gaudi Framework, version v24r2 |
| Home | Generated: Wed Dec 4 2013 |
#include <RootFileHandler.h>

Public Member Functions | |
| RootFileHandler (IMessageSvc *, const std::string &userProxy, const std::string &certDir) | |
| Io::open_t | openRootFile (const std::string &n, const Io::IoFlags &f, const std::string &desc, Io::Fd &fd, void *&ptr) |
| Io::close_t | closeRootFile (void *ptr) |
| Io::reopen_t | reopenRootFile (void *, const Io::IoFlags &) |
| bool | setupSSL () |
Private Attributes | |
| MsgStream | m_log |
| int | m_level |
| std::string | m_userProxy |
| std::string | m_certDir |
| bool | m_ssl_setup |
Definition at line 17 of file RootFileHandler.h.
| RootFileHandler::RootFileHandler | ( | IMessageSvc * | msg, |
| const std::string & | userProxy, | ||
| const std::string & | certDir | ||
| ) |
Definition at line 13 of file RootFileHandler.cpp.
| Io::close_t RootFileHandler::closeRootFile | ( | void * | ptr | ) |
| Io::open_t RootFileHandler::openRootFile | ( | const std::string & | n, |
| const Io::IoFlags & | f, | ||
| const std::string & | desc, | ||
| Io::Fd & | fd, | ||
| void *& | ptr | ||
| ) |
Definition at line 30 of file RootFileHandler.cpp.
| Io::reopen_t RootFileHandler::reopenRootFile | ( | void * | , |
| const Io::IoFlags & | |||
| ) |
Definition at line 185 of file RootFileHandler.cpp.
| bool RootFileHandler::setupSSL | ( | ) |
Definition at line 196 of file RootFileHandler.cpp.
|
private |
Definition at line 37 of file RootFileHandler.h.
|
private |
Definition at line 35 of file RootFileHandler.h.
|
private |
Definition at line 34 of file RootFileHandler.h.
|
private |
Definition at line 38 of file RootFileHandler.h.
|
private |
Definition at line 37 of file RootFileHandler.h.