Interface Documentation
Version: invalid
interface.hh
Go to the documentation of this file.
1 /*
2  @@@@@@@@ @@ @@@@@@ @@@@@@@@ @@
3  /@@///// /@@ @@////@@ @@////// /@@
4  /@@ /@@ @@@@@ @@ // /@@ /@@
5  /@@@@@@@ /@@ @@///@@/@@ /@@@@@@@@@/@@
6  /@@//// /@@/@@@@@@@/@@ ////////@@/@@
7  /@@ /@@/@@//// //@@ @@ /@@/@@
8  /@@ @@@//@@@@@@ //@@@@@@ @@@@@@@@ /@@
9  // /// ////// ////// //////// //
10 
11  Copyright (c) 2016, Triad National Security, LLC
12  All rights reserved.
13  */
14 #pragma once
15 
18 #if !defined(__FLECSI_PRIVATE__)
19 #error Do not include this file directly!
20 #endif
21 
22 #include "flecsi/topo/core.hh" // base
24 
25 namespace flecsi {
26 namespace topo {
27 
32 template<typename Policy>
34  structured(const coloring &);
35 }; // struct structured
36 
37 template<>
39  using type = structured_base;
40 };
41 
42 } // namespace topo
43 } // namespace flecsi
Definition: types.hh:31
Definition: core.hh:40
Definition: interface.hh:33
Definition: control.hh:31