A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/SeqFeatData_8hpp.html below:

NCBI C++ ToolKit: include/objects/seqfeat/SeqFeatData.hpp File Reference

Go to the source code of this file.

Go to the SVN repository for this file.

◆ DEFINE_NCBI_SEQFEATDATA_SETTERS #define DEFINE_NCBI_SEQFEATDATA_SETTERS (   x ) Value: void

Set##x(

T

##x& v) { \

InvalidateCache(); \

Tparent::Set##x(v); \

} \

T##x& Set##x(void) { \

InvalidateCache(); \

return Tparent::Set##x(); \

}

Definition at line 258 of file SeqFeatData.hpp.

◆ DEFINE_NCBI_SEQFEATDATA_VAL_SETTERS #define DEFINE_NCBI_SEQFEATDATA_VAL_SETTERS (   x ) Value: void

Set##x(

const T

##x& v) { \

InvalidateCache(); \

Tparent::Set##x(v); \

} \

T##x& Set##x(void) { \

InvalidateCache(); \

return Tparent::Set##x(); \

}

Override all setters to incorporate cache invalidation.

Definition at line 249 of file SeqFeatData.hpp.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4