Auxiliairy data structure for date and time.
More...
#include <JDatim_t.hh>
|
template<class JHead_t , class JTail_t > |
static bool | lt (const JClass_t &first, const JClass_t &second, const JType< JTypeList< JHead_t, JTail_t > > &type) |
| Less than method for composite data types. More...
|
|
template<class JHead_t > |
static bool | lt (const JClass_t &first, const JClass_t &second, const JType< JTypeList< JHead_t, JNullType > > &type) |
| Less than method for composite data types. More...
|
|
Auxiliairy data structure for date and time.
Definition at line 28 of file JDatim_t.hh.
JDATABASE::JDatim_t::JDatim_t |
( |
| ) |
|
|
inline |
JDATABASE::JDatim_t::JDatim_t |
( |
const JDate_t & |
date, |
|
|
const JTime_t & |
time |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
Definition at line 52 of file JDatim_t.hh.
JEEP::JTime<':'> JTime_t
type defintion of time according database format
JEEP::JDate<'/'> JDate_t
type defintion of date according database format
static JDatim_t JDATABASE::JDatim_t::min |
( |
| ) |
|
|
inlinestatic |
Minimal date and time.
Definition at line 59 of file JDatim_t.hh.
static JDatim_t JDATABASE::JDatim_t::max |
( |
| ) |
|
|
inlinestatic |
Maximal date and time.
Definition at line 60 of file JDatim_t.hh.
JDATABASE::JDatim_t::ClassDefNV |
( |
JDatim_t |
, |
|
|
1 |
|
|
) |
| |
template<char JSeparator_t>
bool JEEP::JDate< JSeparator_t >::less |
( |
const JDate< JSeparator_t > & |
date | ) |
const |
|
inlineinherited |
Less-than method.
- Parameters
-
- Returns
- true if this date earlier than given date; else false
Definition at line 97 of file JDate.hh.
102 return this->
day < date.
day;
template<char JSeparator_t>
bool JEEP::JTime< JSeparator_t >::less |
( |
const JTime< JSeparator_t > & |
time | ) |
const |
|
inlineinherited |
Less-than method.
- Parameters
-
- Returns
- true if this time earlier than given time; else false
Definition at line 97 of file Jeep/JTime.hh.
template<class JClass_t, class JTypelist_t>
template<class JHead_t , class JTail_t >
|
inlinestaticprotectedinherited |
Less than method for composite data types.
- Parameters
-
first | first object |
second | second object |
type | type |
- Returns
- true if first object is less than second object; else false
Definition at line 43 of file JMultiComparable.hh.
47 if (static_cast<const JHead_t&>(
first) <
48 static_cast<const JHead_t&>(second))
50 else if (static_cast<const JHead_t&>(second) <
51 static_cast<const JHead_t&>(
first))
Auxiliary class for a type holder.
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first
static bool lt(const JClass_t &first, const JClass_t &second, const JType< JTypeList< JHead_t, JTail_t > > &type)
Less than method for composite data types.
template<class JClass_t, class JTypelist_t>
template<class JHead_t >
|
inlinestaticprotectedinherited |
Less than method for composite data types.
- Parameters
-
first | first object |
second | second object |
type | type |
- Returns
- true if first object is less than second object; else false
Definition at line 67 of file JMultiComparable.hh.
71 return (static_cast<const JHead_t&>(
first) <
72 static_cast<const JHead_t&>(second));
then echo The file $DIR KM3NeT_00000001_00000000 root already please rename or remove it first
std::istream& operator>> |
( |
std::istream & |
in, |
|
|
JDatim_t & |
object |
|
) |
| |
|
friend |
Read date and time from input stream.
- Parameters
-
in | input stream |
object | date and time |
- Returns
- input stream
Definition at line 70 of file JDatim_t.hh.
Auxiliary class for simple date.
then fatal Wrong number of arguments fi set_variable DETECTOR $argv[1] set_variable INPUT_FILE $argv[2] eval JPrintDetector a $DETECTOR O IDENTIFIER eval JPrintDetector a $DETECTOR O SUMMARY JAcoustics sh $DETECTOR_ID source JAcousticsToolkit sh CHECK_EXIT_CODE typeset A EMITTERS get_tripods $WORKDIR tripod txt EMITTERS get_transmitters $WORKDIR transmitter txt EMITTERS for EMITTER in
Auxiliary class for simple time.
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JDatim_t & |
object |
|
) |
| |
|
friend |
Write date and time to output stream.
- Parameters
-
out | output stream |
object | date and time |
- Returns
- output stream
Definition at line 87 of file JDatim_t.hh.
89 out << static_cast<const JDate_t&>(object);
91 out << static_cast<const JTime_t&>(object);
static const char SEPARATOR
Separation character.
const char JDATABASE::JDatim_t::SEPARATOR = '-' |
|
static |
template<char JSeparator_t>
template<char JSeparator_t>
template<char JSeparator_t>
template<char JSeparator_t>
template<char JSeparator_t>
template<char JSeparator_t>
The documentation for this struct was generated from the following file: