#include <utility>Go to the source code of this file.
Data Structures | |
| struct | Dyninst::get_first |
| Functor to get the first element of a pair. Use with STL functions like transform(). More... | |
| struct | Dyninst::get_second |
| Functor to get the second element of a pair. Use with STL functions like transform(). More... | |
| struct | Dyninst::do_to_first_ftor< Functor > |
| Applies a ftor to the first element of a pair. More... | |
| struct | Dyninst::do_to_second_ftor< Functor > |
| Applies a ftor to the second element of a pair. More... | |
Namespaces | |
| namespace | Dyninst |
Functions | |
| template<typename Functor > | |
| do_to_first_ftor< Functor > | Dyninst::do_to_first (const Functor &f) |
| Type-inferring adapter function for do_to_first_ftor. | |
| template<typename Functor > | |
| do_to_second_ftor< Functor > | Dyninst::do_to_second (const Functor &f) |
| Type-inferring adapter function for do_to_second_ftor. | |
1.6.1