Gamma  0.9.5
Generic Synthesis Library
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
Ring< T, A > Member List
This is the complete list of members for Ring< T, A >, including all inherited members.
assign(const T &v)ArrayBase< T, SizeArray, A >
assign(const T &v, uint32_t end, uint32_t stride=1, uint32_t start=0)ArrayBase< T, SizeArray, A >
clear()ArrayBase< T, SizeArray, A >
copy(T *dst, uint32_t len, uint32_t delay) const Ring< T, A >
copyUnwrap(T *dst, uint32_t len) const Ring< T, A >
elems()ArrayBase< T, SizeArray, A >
elems() constArrayBase< T, SizeArray, A >
indexBack() const Ring< T, A >
indexFront() const Ring< T, A >
indexPrev(uint32_t ago) const Ring< T, A >
isSoleOwner() constArrayBase< T, SizeArray, A >
operator()(const T &v)Ring< T, A >
operator[](uint32_t i)ArrayBase< T, SizeArray, A >
operator[](uint32_t i) constArrayBase< T, SizeArray, A >
own()ArrayBase< T, SizeArray, A >
pos() const Ring< T, A >
pos(uint32_t index)Ring< T, A >
reachedEnd() const Ring< T, A >
read(uint32_t ago)Ring< T, A >
readBack()Ring< T, A >
readFront()Ring< T, A >
references(T *m)ArrayBase< T, SizeArray, A > [static]
reset()Ring< T, A >
resize(uint32_t newSize, const T &c=T())ArrayBase< T, SizeArray, A >
Ring(uint32_t size=0, const T &value=T())Ring< T, A > [explicit]
size() constArrayBase< T, SizeArray, A >
source(ArrayBase< T, SizeArray, A > &src)ArrayBase< T, SizeArray, A >
source(T *src, uint32_t size)ArrayBase< T, SizeArray, A >
writeClip(const T &v)Ring< T, A >