ccp4srs  Version 1.0.0
ccp4srs_manager.h
Go to the documentation of this file.
1 // $Id: ccp4srs_manager.h $
2 // =================================================================
3 //
4 // CCP4 SRS Library: Storage, Retrieval and Search support for
5 // CCP4 ligand data.
6 //
7 // Copyright (C) Eugene Krissinel 2010-2013.
8 //
9 // This library is free software: you can redistribute it and/or
10 // modify it under the terms of the GNU Lesser General Public
11 // License version 3, modified in accordance with the provisions
12 // of the license to address the requirements of UK law.
13 //
14 // You should have received a copy of the modified GNU Lesser
15 // General Public License along with this library. If not, copies
16 // may be downloaded from http://www.ccp4.ac.uk/ccp4license.php
17 //
18 // This program is distributed in the hope that it will be useful,
19 // but WITHOUT ANY WARRANTY; without even the implied warranty of
20 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 // GNU Lesser General Public License for more details.
22 //
23 // =================================================================
24 //
25 // 18.09.13 <-- Date of Last Modification.
26 // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27 // -----------------------------------------------------------------
28 //
29 // **** Module : ccp4srs_manager <interface>
30 // ~~~~~~~~~
31 // **** Classes : ccp4srs::Manager - SRS general manager class
32 // ~~~~~~~~~
33 //
34 // (C) E. Krissinel 2010-2013
35 //
36 // =================================================================
37 //
38 
39 #ifndef CCP4SRS_MANAGER_H
40 #define CCP4SRS_MANAGER_H
41 
42 #include "ccp4srs_chem.h"
43 
44 namespace ccp4srs {
45 
46  // ==================================================================
47 
48  DefineClass(Manager);
49 
50  class Manager : public Chem {
51 
52  public:
53  Manager ();
54  ~Manager();
55 
56  };
57 
58 } // namespace ccp4srs
59 
60 #endif // CCP4SRS_MANAGER_H
DefineClass(Angle)
Manager()
Definition: ccp4srs_manager.cpp:45
Definition: ccp4srs_angle.cpp:42
Definition: ccp4srs_chem.h:51
Definition: ccp4srs_manager.h:50
~Manager()
Definition: ccp4srs_manager.cpp:47