NCBI C++ ToolKit
Apad.hpp
Go to the documentation of this file.
00001 /* $Id$
00002  * ===========================================================================
00003  *
00004  *                            PUBLIC DOMAIN NOTICE
00005  *               National Center for Biotechnology Information
00006  *
00007  *  This software/database is a "United States Government Work" under the
00008  *  terms of the United States Copyright Act.  It was written as part of
00009  *  the author's official duties as a United States Government employee and
00010  *  thus cannot be copyrighted.  This software/database is freely available
00011  *  to the public for use. The National Library of Medicine and the U.S.
00012  *  Government have not placed any restriction on its use or reproduction.
00013  *
00014  *  Although all reasonable efforts have been taken to ensure the accuracy
00015  *  and reliability of the software and data, the NLM and the U.S.
00016  *  Government do not and cannot warrant the performance or results that
00017  *  may be obtained by using this software or data. The NLM and the U.S.
00018  *  Government disclaim all warranties, express or implied, including
00019  *  warranties of performance, merchantability or fitness for any particular
00020  *  purpose.
00021  *
00022  *  Please cite the author in any work or product based on this material.
00023  *
00024  * ===========================================================================
00025  *
00026  */
00027 
00028 /// @file Apad.hpp
00029 /// User-defined methods of the data storage class.
00030 ///
00031 /// This file was originally generated by application DATATOOL
00032 /// using the following specifications:
00033 /// <a href="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/src/objtools/eutils/linkout/linkout.dtd">linkout.dtd</a>
00034 /// and additional tune-up parameters:
00035 /// <a href="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/src/objtools/eutils/linkout/linkout.def">linkout.def</a>
00036 ///
00037 /// New methods or data members can be added to it if needed.
00038 /// See also: <a href="Apad___8hpp.html">Apad_.hpp</a>
00039 
00040 
00041 #ifndef linkout__OBJTOOLS_EUTILS_LINKOUT_APAD_HPP
00042 #define linkout__OBJTOOLS_EUTILS_LINKOUT_APAD_HPP
00043 
00044 
00045 // generated includes
00046 #include <objtools/eutils/linkout/Apad_.hpp>
00047 
00048 // generated classes
00049 
00050 BEGIN_linkout_SCOPE // namespace linkout::
00051 
00052 
00053 /** @addtogroup dataspec_linkout
00054  *
00055  * @{
00056  */
00057 
00058 /////////////////////////////////////////////////////////////////////////////
00059 ///
00060 /// CApad --
00061 ///
00062 
00063 class NCBI_EUTILS_EXPORT CApad : public CApad_Base
00064 {
00065     typedef CApad_Base Tparent;
00066 public:
00067     // constructor
00068     CApad(void);
00069     // destructor
00070     ~CApad(void);
00071 
00072 private:
00073     // Prohibit copy constructor and assignment operator
00074     CApad(const CApad& value);
00075     CApad& operator=(const CApad& value);
00076 
00077 };
00078 /* @} */
00079 
00080 /////////////////// CApad inline methods
00081 
00082 // constructor
00083 inline
00084 CApad::CApad(void)
00085 {
00086 }
00087 
00088 
00089 /////////////////// end of CApad inline methods
00090 
00091 
00092 END_linkout_SCOPE // namespace linkout::
00093 
00094 
00095 #endif // linkout__OBJTOOLS_EUTILS_LINKOUT_APAD_HPP
00096 /* Original file checksum: lines: 95, chars: 2712, CRC32: d1d0684c */
Modified on Wed May 23 13:09:53 2012 by modify_doxy.py rev. 337098