![]() |
PhoenixGraph
01.0.0
Set of tools to simplify graph manipulation
|
#include "list_index_utils.h"
Go to the source code of this file.
Functions | |
template<typename UIdx> | |
void | listindex_remove (std::list< UIdx > &listIndex, UIdx index) |
Remove index from listIndex. | |
void listindex_remove | ( | std::list< UIdx > & | listIndex, |
UIdx | index ) |
Remove index from listIndex.
[out] | listIndex | : list of index to be modified |
index | : index to be removed from list of index |
Definition at line 17 of file list_index_utils_impl.h.
Referenced by Node< T, UIdx >::removeChild(), Graph< T, UIdx >::removeNode(), and Node< T, UIdx >::removeParent().