include/objects/seq/Seq_hist.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 Seq_hist.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/objects/seq/seq.asn">seq.asn</a>
00034 /// and additional tune-up parameters:
00035 /// <a href="http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/lxr/source/src/objects/seq/seq.def">seq.def</a>
00036 ///
00037 /// New methods or data members can be added to it if needed.
00038 /// See also: <a href="Seq__hist___8hpp.html">Seq_hist_.hpp</a>
00039 
00040 
00041 #ifndef OBJECTS_SEQ_SEQ_HIST_HPP
00042 #define OBJECTS_SEQ_SEQ_HIST_HPP
00043 
00044 
00045 // generated includes
00046 #include <objects/seq/Seq_hist_.hpp>
00047 
00048 // generated classes
00049 
00050 BEGIN_NCBI_SCOPE
00051 
00052 BEGIN_objects_SCOPE // namespace ncbi::objects::
00053 
00054 
00055 /** @addtogroup dataspec_NCBI_Sequence
00056  *
00057  * @{
00058  */
00059 
00060 /////////////////////////////////////////////////////////////////////////////
00061 ///
00062 /// CSeq_hist --
00063 ///
00064 
00065 class  CSeq_hist : public CSeq_hist_Base
00066 {
00067     typedef CSeq_hist_Base Tparent;
00068 public:
00069     // constructor
00070     CSeq_hist(void);
00071     // destructor
00072     ~CSeq_hist(void);
00073 
00074 private:
00075     // Prohibit copy constructor and assignment operator
00076     CSeq_hist(const CSeq_hist& value);
00077     CSeq_hist& operator=(const CSeq_hist& value);
00078 
00079 };
00080 /* @} */
00081 
00082 /////////////////// CSeq_hist inline methods
00083 
00084 // constructor
00085 inline
00086 CSeq_hist::CSeq_hist(void)
00087 {
00088 }
00089 
00090 
00091 /////////////////// end of CSeq_hist inline methods
00092 
00093 
00094 END_objects_SCOPE // namespace ncbi::objects::
00095 
00096 END_NCBI_SCOPE
00097 
00098 
00099 #endif // OBJECTS_SEQ_SEQ_HIST_HPP
00100 /* Original file checksum: lines: 99, chars: 2727, CRC32: 181f4823 */
00101 
00102 

Generated on Sun Dec 6 22:10:40 2009 for NCBI C++ ToolKit by  doxygen 1.4.6
Modified on Mon Dec 07 16:20:44 2009 by modify_doxy.py rev. 173732