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: voidSet##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: voidSet##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