Go to the documentation of this file.Go to the SVN repository for this file.
39 #ifndef OBJECTS_TAXON1_TAXON2_DATA_HPP
40 #define OBJECTS_TAXON1_TAXON2_DATA_HPP
63 void SetProperty(
const string& name,
const string&
value );
64 void SetProperty(
const string& name,
int value );
65 void SetProperty(
const string& name,
bool value );
67 bool GetProperty(
const string& name,
string&
value )
const;
68 bool GetProperty(
const string& name,
int&
value )
const;
69 bool GetProperty(
const string& name,
bool&
value )
const;
71 void ResetProperty(
const string& name );
80 TOrgProperties::iterator x_FindProperty(
const string& name );
81 TOrgProperties::const_iterator x_FindPropertyConst(
const string& name )
const;
CTaxon2_data_Base Tparent
CTaxon2_data & operator=(const CTaxon2_data &value)
list< CRef< CDbtag > > TOrgProperties
CTaxon2_data(const CTaxon2_data &value)
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_TAXON1_EXPORT
const GenericPointer< typename T::ValueType > T2 value