Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

toolbox_p/using_p.hh
Go to the documentation of this file.
00001 /* -*- c++ -*-
00002  * Usings for the parallel namespace for convenience
00003  */
00004 
00005 #ifndef using_p_hh
00006 #define using_p_hh
00007 
00008 #include "basics.hh"
00009 #include "toolbox/scannerConnectors.hh"
00010 #include "toolbox/array.hh"
00011 #include "toolbox/dynArray.hh"
00012 #include "geometry/connector.hh"
00013 #include "geometry/cell.hh"
00014 
00015 namespace parallel {
00016 
00017   // ********************************************* Usings **
00018 
00019   using std::auto_ptr;
00020 
00021   using concepts::Real;
00022   using concepts::sint;
00023   using concepts::uchar;
00024   using concepts::ushort;
00025 
00026   using concepts::Real3d;
00027 
00028   using concepts::MissingFeature;
00029 
00030   using concepts::Array;
00031   using concepts::DynArray;
00032   using concepts::Scan;
00033 
00034   using concepts::Connector;
00035   using concepts::Connector0;
00036   using concepts::Connector1;
00037   using concepts::Connector2;
00038   using concepts::Connector3;
00039 
00040   using concepts::Cell;
00041   using concepts::Cell1;
00042   using concepts::Cell2;
00043   using concepts::Cell3;
00044 
00045 } // namespace parallel
00046 
00047 #endif // using_p_hh

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)