Home
last modified time | relevance | path

Searched defs:SFieldNameChain (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objects/general/
H A DUser_field.hpp144 struct NCBI_GENERAL_EXPORT SFieldNameChain { struct in CUser_field
150 void operator += (const CTempStringEx & str) { in operator +=()
154 bool operator < (const SFieldNameChain & rhs) const { in operator <()
158 typedef vector<CTempStringEx> TFieldNameChainUnderlying;
159 TFieldNameChainUnderlying m_FieldNameChain;
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objects/general/
H A DUser_field.hpp144 struct NCBI_GENERAL_EXPORT SFieldNameChain { struct in CUser_field
150 void operator += (const CTempStringEx & str) { in operator +=()
154 bool operator < (const SFieldNameChain & rhs) const { in operator <()
158 typedef vector<CTempStringEx> TFieldNameChainUnderlying;
159 TFieldNameChainUnderlying m_FieldNameChain;