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