#include <Random123/array.h>
typedef const uint64_t* r123array1x64::const_iterator |
typedef const uint64_t* r123array1x64::const_pointer |
typedef const value_type& r123array1x64::const_reference |
typedef std::reverse_iterator<const_iterator> r123array1x64::const_reverse_iterator |
typedef ptrdiff_t r123array1x64::difference_type |
typedef uint64_t* r123array1x64::iterator |
typedef uint64_t* r123array1x64::pointer |
typedef value_type& r123array1x64::reference |
typedef std::reverse_iterator<iterator> r123array1x64::reverse_iterator |
typedef size_t r123array1x64::size_type |
typedef uint64_t r123array1x64::value_type |
const_reference r123array1x64::at | ( | size_type | i | ) | const [inline] |
reference r123array1x64::back | ( | ) | [inline] |
const_reference r123array1x64::back | ( | ) | const [inline] |
iterator r123array1x64::begin | ( | ) | [inline] |
const_iterator r123array1x64::begin | ( | ) | const [inline] |
const_iterator r123array1x64::cbegin | ( | ) | const [inline] |
const_iterator r123array1x64::cend | ( | ) | const [inline] |
const_reverse_iterator r123array1x64::crbegin | ( | ) | const [inline] |
const_reverse_iterator r123array1x64::crend | ( | ) | const [inline] |
pointer r123array1x64::data | ( | ) | [inline] |
const_pointer r123array1x64::data | ( | ) | const [inline] |
bool r123array1x64::empty | ( | ) | const [inline] |
iterator r123array1x64::end | ( | ) | [inline] |
const_iterator r123array1x64::end | ( | ) | const [inline] |
void r123array1x64::fill | ( | const value_type & | val | ) | [inline] |
reference r123array1x64::front | ( | ) | [inline] |
const_reference r123array1x64::front | ( | ) | const [inline] |
r123array1x64& r123array1x64::incr | ( | uint64_t | n = 1 |
) | [inline] |
r123array1x64& r123array1x64::incr_carefully | ( | uint64_t | n | ) | [inline, protected] |
size_type r123array1x64::max_size | ( | ) | const [inline] |
bool r123array1x64::operator!= | ( | const r123array1x64 & | rhs | ) | const [inline] |
bool r123array1x64::operator== | ( | const r123array1x64 & | rhs | ) | const [inline] |
const_reference r123array1x64::operator[] | ( | size_type | i | ) | const [inline] |
reverse_iterator r123array1x64::rbegin | ( | ) | [inline] |
const_reverse_iterator r123array1x64::rbegin | ( | ) | const [inline] |
const_reverse_iterator r123array1x64::rend | ( | ) | const [inline] |
reverse_iterator r123array1x64::rend | ( | ) | [inline] |
static r123array1x64 r123array1x64::seed | ( | SeedSeq & | ss | ) | [inline, static] |
size_type r123array1x64::size | ( | ) | const [inline] |
void r123array1x64::swap | ( | r123array1x64 & | rhs | ) | [inline] |
uint64_t r123array1x64::v[1] |