Skip to content

AST_Graph::my_pair

* Define custom return type from the filter functionals. This is an experiment to see if a std::pair like data structure where the variables names are not std::pair<>::first and std::pair<>::second. This data structure is expectedto change as the code develops.*

Synopsis

Declared in <src/midend/astDump/astGraph.h>

template<
    class _T1,
    class _T2,
    class _T3>
struct my_pair;

Member Functions

Name

Description

my_pair [constructor]

Constructors

Data Members

Name

Description

DOTLabel

DOTOptions

second is a copy of the second object

addToGraph

first is a copy of the first object

Non-Member Functions

Name

Description

operator!=

Uses operator== to find the result.

operator<

<http://gcc.gnu.org/onlinedocs/libstdc++/20_util/howto.html#my_pairlt>

operator<=

Uses operator< to find the result.

operator==

Two my_pairs of the same type are equal iff their members are equal.

operator>

Uses operator< to find the result.

operator>=

Uses operator< to find the result.

Created with MrDocs