|
MorphoGraphX
2.0-1-227
|
Type of the result of the search for a vertex in a neighborhood. More...
#include <VVGraph.hpp>
Public Member Functions | |
| search_result_t () | |
| Default constructor. More... | |
| search_result_t (Iterator i, Neighborhood *n, bool ok=true) | |
| Successful constructor. More... | |
| search_result_t (const search_result_t ©) | |
| Copy constructor. More... | |
| operator bool () | |
| Convert the object to true if the search is successful. More... | |
Public Attributes | |
| bool | found |
| True if the search was completely successful. More... | |
| Iterator | it |
| Iterator pointing in the edge list. More... | |
| Neighborhood * | neighborhood |
| Neighborhood containing the element. More... | |
Type of the result of the search for a vertex in a neighborhood.
This data structure is made such that all edit or lookup operations can be done from that data structure.
Definition at line 1233 of file VVGraph.hpp.
|
inline |
Default constructor.
By default, the search is unsuccessful
Definition at line 1240 of file VVGraph.hpp.
|
inline |
Successful constructor.
Definition at line 1245 of file VVGraph.hpp.
|
inline |
Copy constructor.
Definition at line 1251 of file VVGraph.hpp.
|
inline |
Convert the object to true if the search is successful.
Definition at line 1257 of file VVGraph.hpp.
| bool mgx::VVGraph< VertexContent, EdgeContent >::search_result_t< Neighborhood, Iterator >::found |
True if the search was completely successful.
Definition at line 1265 of file VVGraph.hpp.
| Iterator mgx::VVGraph< VertexContent, EdgeContent >::search_result_t< Neighborhood, Iterator >::it |
Iterator pointing in the edge list.
Definition at line 1269 of file VVGraph.hpp.
| Neighborhood* mgx::VVGraph< VertexContent, EdgeContent >::search_result_t< Neighborhood, Iterator >::neighborhood |
Neighborhood containing the element.
Definition at line 1273 of file VVGraph.hpp.
1.8.17