scire
Sadh's C++ Impromptu Routines Ensemble
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
~template.hpp
Go to the documentation of this file.
1 // scire/dir/filename
2 
3 // Copyright (c) 2014, Khan 'Sadh' Mostafa (http://nafSadh.com/Khan)
4 // Distributed under the Boost Software License, Version 1.0.
5 // (See accompanying text at http://www.boost.org/LICENSE_1_0.txt)
6 
7 /**
8  scire/dir/filename.hpp
9 
10  scire <thing> implementation:
11  - ClassName : very brief description
12 
13  other required scire files:
14  none
15 
16  author:
17  ~nafSadh
18  */
19 #ifndef SCIRE_dir_filename_HPP
20 #define SCIRE_dir_filename_HPP
21 
22 namespace scire
23 {
24 
26 #define SCIRE_ClassName_CLASS
27 
28  /**
29  */
30  class ClassName
31  {
32 
33  };
34 
35 #endif//SCIRE_ClassName_CLASS
36 }
37 #endif//SCIRE_dir_filename_HPP
scire/graph/gale_shapley.hpp