Compounds | |
class | RazorBack::Bits_ |
Bits_ : A bit-array class. More... | |
class | RazorBack::Symvar_ |
Objects of this class represent symbolic variables. More... | |
class | RazorBack::Derivhdl_ |
This class implements a reference-counted storage for objects derived from the same base class. More... | |
struct | RazorBack::Derivhdl_::Refcount_ |
Refcount_: member classlet for reference-counted storage and ownership of objects pointed to by a BaseT_* pointer. More... | |
class | RazorBack::Fparch_ |
Objects of the Fparch_ class figure out as much as possible about the floating-point architecture of a machine. More... | |
class | RazorBack::Iovar_ |
Class Iovar_: a template class that represents a variable in an ASCII I/O format. More... | |
class | RazorBack::Refstorage_ |
Class Refstorage_: implements a handler and a data container that support copy-on-write and reference counting. More... | |
struct | RazorBack::Refstorage_::Storage_ |
Storage_: this nested class holds one copy of the actual data object plus a reference count. More... | |
class | RazorBack::Sparsevec_ |
Sparsevec_: template for a sparse vector class. More... | |
Functions | |
istream& | operator>> (istream &In, Iovar_< T_ > &Iov) |
template<class T_> ostream& | operator<< (ostream &Out, const Iovar_< T_ > &Iov) |
|
Referenced by NPOS(). |
|
|