- /*
- * ===========================================================================
- * PRODUCTION $Log: Entrez2_docsum.hpp,v $
- * PRODUCTION Revision 1000.0 2004/04/12 17:27:34 gouriano
- * PRODUCTION PRODUCTION: IMPORTED [CATCHUP_003] Dev-tree R1.1
- * PRODUCTION
- * ===========================================================================
- */
- /* $Id: Entrez2_docsum.hpp,v 1000.0 2004/04/12 17:27:34 gouriano Exp $
- * ===========================================================================
- *
- * PUBLIC DOMAIN NOTICE
- * National Center for Biotechnology Information
- *
- * This software/database is a "United States Government Work" under the
- * terms of the United States Copyright Act. It was written as part of
- * the author's official duties as a United States Government employee and
- * thus cannot be copyrighted. This software/database is freely available
- * to the public for use. The National Library of Medicine and the U.S.
- * Government have not placed any restriction on its use or reproduction.
- *
- * Although all reasonable efforts have been taken to ensure the accuracy
- * and reliability of the software and data, the NLM and the U.S.
- * Government do not and cannot warrant the performance or results that
- * may be obtained by using this software or data. The NLM and the U.S.
- * Government disclaim all warranties, express or implied, including
- * warranties of performance, merchantability or fitness for any particular
- * purpose.
- *
- * Please cite the author in any work or product based on this material.
- *
- * ===========================================================================
- *
- * Author: .......
- *
- * File Description:
- * .......
- *
- * Remark:
- * This code was originally generated by application DATATOOL
- * using specifications from the data definition file
- * 'entrez2.asn'.
- */
- #ifndef OBJECTS_ENTREZ2_ENTREZ2_DOCSUM_HPP
- #define OBJECTS_ENTREZ2_ENTREZ2_DOCSUM_HPP
- // generated includes
- #include <objects/entrez2/Entrez2_docsum_.hpp>
- // generated classes
- BEGIN_NCBI_SCOPE
- BEGIN_objects_SCOPE // namespace ncbi::objects::
- class NCBI_ENTREZ2_EXPORT CEntrez2_docsum : public CEntrez2_docsum_Base
- {
- typedef CEntrez2_docsum_Base Tparent;
- public:
- // constructor
- CEntrez2_docsum(void);
- // destructor
- ~CEntrez2_docsum(void);
- // retrieve the string bound to a given key. This returns an empty
- // string if the key is not found.
- const string& GetValue(const string& key) const;
- // retrieve the value class behind a named key. This returns NULL
- // if the key is not found
- const CEntrez2_docsum_data* FindValue(const string& key_name) const;
- private:
- // Prohibit copy constructor and assignment operator
- CEntrez2_docsum(const CEntrez2_docsum& value);
- CEntrez2_docsum& operator=(const CEntrez2_docsum& value);
- };
- /////////////////// CEntrez2_docsum inline methods
- // constructor
- inline
- CEntrez2_docsum::CEntrez2_docsum(void)
- {
- }
- /////////////////// end of CEntrez2_docsum inline methods
- END_objects_SCOPE // namespace ncbi::objects::
- END_NCBI_SCOPE
- /*
- * ===========================================================================
- *
- * $Log: Entrez2_docsum.hpp,v $
- * Revision 1000.0 2004/04/12 17:27:34 gouriano
- * PRODUCTION: IMPORTED [CATCHUP_003] Dev-tree R1.1
- *
- * Revision 1.1 2003/12/04 18:04:38 dicuccio
- * Added simple accessors for named fields
- *
- *
- * ===========================================================================
- */
- #endif // OBJECTS_ENTREZ2_ENTREZ2_DOCSUM_HPP
- /* Original file checksum: lines: 93, chars: 2505, CRC32: 564e58b1 */