xmscore  1.0
list.h
Go to the documentation of this file.
1 #pragma once
2 //------------------------------------------------------------------------------
8 //------------------------------------------------------------------------------
9 
10 #include <list>
11 
12 namespace xms
13 {
14 //----- Old types --------------------------------------------------------------
16 typedef std::list<Pt2d> LIST_MP2;
17 
18 //----- New types --------------------------------------------------------------
19 
20 typedef std::list<Pt2d> ListPt2d;
21 
22 } // namespace xms {
std::list< Pt2d > ListPt2d
short rename
Definition: list.h:20
std::list< Pt2d > LIST_MP2
short rename
Definition: list.h:16