Jpp  16.0.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
ulonglong.hh File Reference
#include <istream>
#include <ostream>
#include <iomanip>
#include <limits>
#include <assert.h>

Go to the source code of this file.

Classes

class  ulonglong
 

Functions

ulonglong operator& (const ulonglong &a, const ulonglong &b)
 
ulonglong operator| (const ulonglong &a, const ulonglong &b)
 
ulonglong operator^ (const ulonglong &a, const ulonglong &b)
 
std::ostream & operator<< (std::ostream &out, const ulonglong &a)
 
std::istream & operator>> (std::istream &in, ulonglong &a)
 

Function Documentation

ulonglong operator& ( const ulonglong a,
const ulonglong b 
)
inline

Definition at line 362 of file ulonglong.hh.

363 {
364  ulonglong c(a);
365  return c&=b;
366 }
$WORKDIR ev_configure_domsimulator txt echo process $DOM_SIMULATOR $i $SOURCE_HOST[$index] csh c(setenv ROOTSYS $ROOTSYS &&source $JPP_DIR/setenv.csh $JPP_DIR &&($DOM_SIMULATOR\-u\$NAME\$\-H\$SERVER\$\-M\$LOGGER\$\-d $DEBUG</dev/null > &/dev/null &))'
ulonglong operator| ( const ulonglong a,
const ulonglong b 
)
inline

Definition at line 368 of file ulonglong.hh.

369 {
370  ulonglong c(a);
371  return c|=b;
372 }
$WORKDIR ev_configure_domsimulator txt echo process $DOM_SIMULATOR $i $SOURCE_HOST[$index] csh c(setenv ROOTSYS $ROOTSYS &&source $JPP_DIR/setenv.csh $JPP_DIR &&($DOM_SIMULATOR\-u\$NAME\$\-H\$SERVER\$\-M\$LOGGER\$\-d $DEBUG</dev/null > &/dev/null &))'
ulonglong operator^ ( const ulonglong a,
const ulonglong b 
)
inline

Definition at line 374 of file ulonglong.hh.

375 {
376  ulonglong c(a);
377  return c^=b;
378 }
$WORKDIR ev_configure_domsimulator txt echo process $DOM_SIMULATOR $i $SOURCE_HOST[$index] csh c(setenv ROOTSYS $ROOTSYS &&source $JPP_DIR/setenv.csh $JPP_DIR &&($DOM_SIMULATOR\-u\$NAME\$\-H\$SERVER\$\-M\$LOGGER\$\-d $DEBUG</dev/null > &/dev/null &))'
std::ostream& operator<< ( std::ostream &  out,
const ulonglong a 
)
inline

Definition at line 381 of file ulonglong.hh.

382 {
383  return a.write(out);
384 }
std::ostream & write(std::ostream &out) const
Definition: ulonglong.hh:324
std::istream& operator>> ( std::istream &  in,
ulonglong a 
)
inline

Definition at line 387 of file ulonglong.hh.

388 {
389  return a.read(in);
390 }
std::istream & read(std::istream &in)
Definition: ulonglong.hh:332
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 source JAcoustics sh $DETECTOR_ID CHECK_EXIT_CODE typeset A TRIPODS get_tripods $WORKDIR tripod txt TRIPODS for EMITTER in
Definition: JCanberra.sh:42