#include <BdbTimeInput.hh>
Public Types | |
| enum | Status { Success = 0, NoMatch = 7, BadValue = 8 } |
Static Public Member Functions | |
| BdbTimeInput::Status | parseTime (const char *string, struct tm &result) |
| BdbTimeInput::Status | parseDate (const char *string, struct tm &result) |
| BdbTimeInput::Status | parseString (const char *string, const char *const formats[], struct tm &result, bool debug) |
| void | setDebugging (bool debug) |
This software was developed for the BaBar collaboration. If you use all or part of it, please give an appropriate acknowledgement.
Copyright (C) 2003 California Institute of Technology
Definition at line 53 of file BdbTimeInput.hh.
|
|
Definition at line 64 of file BdbTimeInput.hh. Referenced by main(), parseString(), and BdbTime::parseTime(). |
|
||||||||||||
|
Definition at line 96 of file BdbTimeInput.cc. References parseString(). Referenced by main(), and BdbTime::parseTime(). |
|
||||||||||||||||||||
|
Definition at line 104 of file BdbTimeInput.cc. References NoMatch, Status, and Success. Referenced by main(), parseDate(), and parseTime(). |
|
||||||||||||
|
Definition at line 88 of file BdbTimeInput.cc. References parseString(). Referenced by main(), and BdbTime::parseTime(). |
|
|
Definition at line 153 of file BdbTimeInput.cc. Referenced by main(). |
1.3-rc3