#include "vs.h"

Go to the source code of this file.
Defines | |
| #define | vs_CXX "vs.cxx" |
Functions/Subroutines | |
| template<class T> | |
| VECTOR_SPACE< T > * | Read_VS (const char *cp, T dummy, MEM_POOL *pool) |
Variables | |
| MEM_POOL | LNO_local_pool |
| static char * | vs_template_rcs_id = vs_CXX "$Revision$" |
| VECTOR_SPACE<T>* Read_VS | ( | const char * | cp, | |
| T | dummy, | |||
| MEM_POOL * | pool | |||
| ) | [inline] |
Definition at line 422 of file vs.cxx.
References _Skip_Whitespace(), atoi(), c, CXX_NEW, FmtAssert, i, VECTOR_SPACE< T >::Insert(), INT, Is_True, NULL, T, and VECTOR_SPACE< T >::VECTOR_SPACE().
Module: lno_scc.cxx $Revision$ $Date$ $Author$ $Source$
Revision history:
10-NOV-94 dkchen - Original Version
Description:
This file contains definitions for fuctions in the SCC_DIRECTED_GRAPH16. It is derived from DIRECTED_GRAPH16 described in "graph_template.h". The set of vertices and edges are implemented with dynamic arrays. The index 0 to these array is reserved as NULL pointer, which is used to represent the end of the free vertex/edge list as well as the end of the in/out edge-lists for a vertex. Therefore, when we have M vertices, the _v array has M+1 elements.
Besides, we require that initial vertices and edges counts be given to the constructor.
Definition at line 178 of file lnopt_main.cxx.
char* vs_template_rcs_id = vs_CXX "$Revision$" [static] |
1.5.6