Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef ANNOT_NAME__HPP
2 #define ANNOT_NAME__HPP
50 : m_Named(
true), m_Name(name)
54 : m_Named(
true), m_Name(name)
CAnnotName(const string &name)
bool operator!=(const CAnnotName &name) const
bool operator==(const CAnnotName &name) const
CAnnotName(const char *name)
void SetNamed(const string &name)
const string & GetName(void) const
bool operator<(const CAnnotName &name) const
Include a standard set of the NCBI C++ Toolkit most basic headers.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define END_SCOPE(ns)
End the previously defined scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define BEGIN_SCOPE(ns)
Define a new scope.