NCBI C++ ToolKit
|
#include <objects/seqfeat/SeqFeatData_.hpp>
#include <set>
#include <corelib/ncbistr.hpp>
#include <util/static_map.hpp>
#include <array>
#include <util/compile_time.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CSeqFeatData |
struct | CSeqFeatData::SFeatDataInfo |
class | CFeatListItem |
CFeatListItem - basic configuration data for one "feature" type. More... | |
class | CFeatList |
CConfigurableItems - a static list of items that can be configured. More... | |
class | CBondList |
class | CSiteList |
Macros | |
#define | DEFINE_NCBI_SEQFEATDATA_VAL_SETTERS(x) |
Override all setters to incorporate cache invalidation. More... | |
#define | DEFINE_NCBI_SEQFEATDATA_SETTERS(x) |
#define DEFINE_NCBI_SEQFEATDATA_SETTERS | ( | x | ) |
Definition at line 258 of file SeqFeatData.hpp.
#define DEFINE_NCBI_SEQFEATDATA_VAL_SETTERS | ( | x | ) |
Override all setters to incorporate cache invalidation.
Definition at line 249 of file SeqFeatData.hpp.