Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/graph/src/graphviz_digraph_parser.hpp @ 45

Last change on this file since 45 was 29, checked in by landauf, 17 years ago

updated boost from 1_33_1 to 1_34_1

File size: 375 bytes
Line 
1// Copyright (C) 2002 Trustees of Indiana University
2
3// Distributed under the Boost Software License, Version 1.0.
4// (See accompanying file LICENSE_1_0.txt or copy at
5// http://www.boost.org/LICENSE_1_0.txt)
6#define GRAPH_T 257
7#define NODE_T  258
8#define EDGE_T  259
9#define DIGRAPH_T       260
10#define EDGEOP_T        261
11#define SUBGRAPH_T      262
12#define ID_T    263
13
Note: See TracBrowser for help on using the repository browser.