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