#include "cxx_graph.h"#include "cxx_memory.h"#include "errors.h"
Go to the source code of this file.
Variables | |
| const VINDEX16 | INVALID_VINDEX16 = 0xffff |
| VINDEX16 | GRAPH16_CAPACITY = 0xfffe |
| VINDEX16 GRAPH16_CAPACITY = 0xfffe |
Definition at line 58 of file cxx_graph.cxx.
Referenced by DIRECTED_GRAPH16< EDGE_TYPE, VERTEX_TYPE >::Add_Edge(), and DIRECTED_GRAPH16< EDGE_TYPE, VERTEX_TYPE >::Add_Vertex().
| const VINDEX16 INVALID_VINDEX16 = 0xffff |
Revision history:
21-OCT-94 dkchen - Original Version 10-NOV-94 dkchen - Make DIRECTED_GRAPH16 a template class and move it to graph_template.h.
Description:
This file contains definitions for fuctions in the VERTEX16 and EDGE16 classes.
Definition at line 57 of file cxx_graph.cxx.
Referenced by EDGE16::Is_Free(), VERTEX16::Is_Free(), EDGE16::Set_To_Free(), and VERTEX16::Set_To_Free().
1.6.1