Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ctab_parser.fwd.hh
Go to the documentation of this file.
1 // -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2 // vi: set ts=2 noet:
3 // :noTabs=false:tabSize=4:indentSize=4:
4 //
5 // This file is part of the Rosetta software suite and is made available under license.
6 // The Rosetta software is developed by the contributing members of the Rosetta Commons consortium.
7 // (C) 199x-2009 Rosetta Commons participating institutions and developers.
8 // For more information, see http://www.rosettacommons.org/.
9 
10 /// @file core/chemical/sdf/ctab_parser.fwd.hh
11 ///
12 /// @brief forward declarations for ctab_parser
13 /// @author Sam DeLuca
14 
15 
16 #ifndef INCLUDED_CORE_chemical_sdf_ctab_parser_FWD_HH
17 #define INCLUDED_CORE_chemical_sdf_ctab_parser_FWD_HH
18 
19 namespace core {
20 namespace chemical {
21 namespace sdf {
22 struct addedH;
23 class ctabV2000Parser;
24 class ctabV3000Parser;
25 class elementToType;
26 
27 
28 } // sdf
29 } // io
30 } // core
31 
32 #endif /* INCLUDED_CORE_chemical_sdf_ctab_parser_FWD_HH */