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