#include <xtl_identity_functors.h>
Inheritance diagram for xtl_identity_adjust_base:

Definition at line 56 of file xtl_identity_functors.h.
Public Member Functions | |
| xtl_identity_adjust_base (size_t insertion_point_offset_, int delta_offset_) | |
| Constructs object and initializes the values. | |
Protected Attributes | |
| size_t | m_insertion_point_offset |
| Points to the insertion offset. | |
| int | m_delta_offset |
| Stores adjustment value. | |
1.3.9.1