Class
Proxy
Emulates object of another class.
Proxy | |||||||
![]() | ![]() | ||||||
Include Headers
seqan/basic.h
Parameters
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
Proxy that is implemented by an iterator. |
Metafunctions
Type of an object that stores the difference between two iterators. | |
Type for reading values. | |
Reference type. | |
Type of an object that is suitable to hold size information. | |
The spec of a class. | |
Type of the items in the container or behind an iterator. |
SeqAn - Sequence Analysis Library - www.seqan.de