Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ctab_typer.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_typer.fwd.hh
11 ///
12 /// @brief forward declarations for ctab_typer
13 /// @author Robert Carroll
14 
15 
16 #ifndef INCLUDED_core_chemical_sdf_ctab_typer_FWD_HH
17 #define INCLUDED_core_chemical_sdf_ctab_typer_FWD_HH
18 
19 namespace core {
20 namespace chemical {
21 namespace sdf {
22 
23 class atomTyper;
24 
25 
26 } // sdf
27 } // io
28 } // core
29 
30 #endif /* CTAB_TYPER_FWD_HH_ */