scire
Sadh's C++ Impromptu Routines Ensemble
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
filetype.hpp
Go to the documentation of this file.
1 /*
2  scire/<box>/<filename.hpp>
3 
4  SCIRE <file short description>
5 
6  Copyright (c) 2014, nafSadh Khan
7 
8  Distributed under the SCIRE Open License, Version 1.0. (adopted BSD-style
9  license, see text: http://nafsadh.com/scire/license.v1.txt)
10 
11 */
12 #ifndef _SCIRE_filename_HPP__
13 #define _SCIRE_filename_HPP__
14 
15 namespace scire {
16 
17  class FileType {
18 
19  public:
20  FileType();
21  ~FileType();
22 
23  private:
24 
25  };
26 
28  {}
29 
31  {}
32 
33 }
34 
35 #endif
scire/graph/gale_shapley.hpp