Jpp test-rotations-old
the software that should make you happy
|
#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) |
Definition at line 362 of file ulonglong.hh.
Definition at line 368 of file ulonglong.hh.
Definition at line 374 of file ulonglong.hh.
|
inline |
Definition at line 381 of file ulonglong.hh.
|
inline |
Definition at line 387 of file ulonglong.hh.