NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <objects/seq/Seqdesc.hpp>
#include <objects/seq/Seq_descr.hpp>
#include <corelib/ncbi_param.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Functions | |
NCBI_PARAM_DECL (bool, OBJECTS, SEQ_DESCR_ALLOW_EMPTY) | |
NCBI_PARAM_DEF_EX (bool, OBJECTS, SEQ_DESCR_ALLOW_EMPTY, false, eParam_NoThread, OBJECTS_SEQ_DESCR_ALLOW_EMPTY) | |
Variables | |
static CSafeStatic< NCBI_PARAM_TYPE(OBJECTS, SEQ_DESCR_ALLOW_EMPTY)> | s_SeqDescrAllowEmpty |
NCBI_PARAM_DECL | ( | bool | , |
OBJECTS | , | ||
SEQ_DESCR_ALLOW_EMPTY | |||
) |
NCBI_PARAM_DEF_EX | ( | bool | , |
OBJECTS | , | ||
SEQ_DESCR_ALLOW_EMPTY | , | ||
false | , | ||
eParam_NoThread | , | ||
OBJECTS_SEQ_DESCR_ALLOW_EMPTY | |||
) |
|
static |
Definition at line 60 of file Seq_descr.cpp.
Referenced by CSeq_descr::PostRead(), and CSeq_descr::PreWrite().