Home
last modified time | relevance | path

Searched defs:named_scope_entry (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/log/attributes/
Dnamed_scope.hpp64 struct named_scope_entry struct
74 enum scope_name_type
83 string_literal scope_name;
87 string_literal file_name;
91 unsigned int line;
95 scope_name_type type;
104named_scope_entry(string_literal const& sn, string_literal const& fn, unsigned int ln, scope_name_… in named_scope_entry() function