mirror of
https://github.com/boostorg/graph.git
synced 2026-02-09 11:12:28 +00:00
14 lines
375 B
C++
14 lines
375 B
C++
// Copyright (C) 2002 Trustees of Indiana University
|
|
|
|
// Distributed under the Boost Software License, Version 1.0.
|
|
// (See accompanying file LICENSE_1_0.txt or copy at
|
|
// http://www.boost.org/LICENSE_1_0.txt)
|
|
#define GRAPH_T 257
|
|
#define NODE_T 258
|
|
#define EDGE_T 259
|
|
#define DIGRAPH_T 260
|
|
#define EDGEOP_T 261
|
|
#define SUBGRAPH_T 262
|
|
#define ID_T 263
|
|
|