NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <util/static_set.hpp>
#include <objects/misc/sequence_util_macros.hpp>
#include <objects/valid/Comment_rule.hpp>
#include <objects/valid/Field_set.hpp>
#include <objects/valid/Dependent_field_set.hpp>
#include <objects/valid/Dependent_field_rule.hpp>
#include <objects/general/User_field.hpp>
#include <objects/general/Object_id.hpp>
#include <objects/valid/Phrase_list.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Typedefs | |
typedef SStaticPair< const char *, const char * > | TKeywordPrefix |
Variables | |
static const char * | kStructuredComment = "StructuredComment" |
static const char * | kStructuredCommentPrefix = "StructuredCommentPrefix" |
static const char * | kStructuredCommentSuffix = "StructuredCommentSuffix" |
const TKeywordPrefix | s_StructuredCommentKeywords [] |
static size_t | k_NumStructuredCommentKeywords = sizeof(s_StructuredCommentKeywords) / sizeof(TKeywordPrefix) |
typedef SStaticPair<const char*, const char*> TKeywordPrefix |
Definition at line 138 of file Comment_rule.cpp.
|
static |
Definition at line 148 of file Comment_rule.cpp.
Referenced by CComment_rule::GetKeywordList(), CComment_rule::KeywordForPrefix(), and CComment_rule::PrefixForKeyword().
|
static |
Definition at line 82 of file Comment_rule.cpp.
Referenced by CComment_rule::IsStructuredComment().
|
static |
Definition at line 83 of file Comment_rule.cpp.
Referenced by CComment_rule::GetStructuredCommentPrefix(), and CComment_rule::ReorderFields().
|
static |
Definition at line 84 of file Comment_rule.cpp.
Referenced by CComment_rule::GetStructuredCommentPrefix(), and CComment_rule::ReorderFields().
const TKeywordPrefix s_StructuredCommentKeywords[] |
Definition at line 140 of file Comment_rule.cpp.
Referenced by CComment_rule::GetKeywordList(), CComment_rule::KeywordForPrefix(), and CComment_rule::PrefixForKeyword().