Class
Proxy
Emulates object of another class.
Proxy<TSpec>
Include Headers
seqan/basic.h
Parameters
TSpec
The specializing type.
Metafunctions: Spec
Remarks
Use Value to get the emulated type. An instance of Proxy behaves like an object of its value type. Proxy can be used as reference type (see Reference).
Note that functions that are both general and specialized for the value type should be specialized for Proxy<TSpec> too, since otherwise the general version will be called.
Specializations
Iterator ProxyProxy that is implemented by an iterator.
Metafunctions
DifferenceType of an object that stores the difference between two iterators.
GetValueType for reading values.
ReferenceReference type.
SizeType of an object that is suitable to hold size information.
SpecThe spec of a class.
ValueType of the items in the container or behind an iterator.
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:16