top
|
up
|
prev
|
next
NothrowList Class
Definition at line
33
of
NothrowList.hpp
Constructors
NothrowList
(
bool
verbose_)
Member Functions
void
AddPattern
(
const
NothrowPattern
& pattern)
void
ApplyTo
(
Item
& item)
bool
Verbose
()
const
Member Variables
std::vector<
NothrowPattern
>
patterns
bool
verbose
Constructor Details
NothrowList Constructor
cpp2cm::NothrowList::NothrowList(
bool
verbose_)
Definition at line
39
of
NothrowList.cpp
Declaration at line
36
of
NothrowList.hpp
Member Function Details
AddPattern Member Function
void
cpp2cm::NothrowList::AddPattern(
const
NothrowPattern
& pattern)
Definition at line
43
of
NothrowList.cpp
Declaration at line
37
of
NothrowList.hpp
Called by:
cpp2cm::Project::ReadNothrowList
ApplyTo Member Function
void
cpp2cm::NothrowList::ApplyTo(
Item
& item)
Definition at line
48
of
NothrowList.cpp
Declaration at line
38
of
NothrowList.hpp
Calls:
cpp2cm::NothrowList::ApplyTo
Called by:
cpp2cm::Converter::Visit
,
cpp2cm::Converter::Visit
,
cpp2cm::Converter::Visit
,
cpp2cm::Converter::Visit
,
cpp2cm::NothrowList::ApplyTo
Verbose Member Function
bool
cpp2cm::NothrowList::Verbose()
const
Definition at line
39
of
NothrowList.hpp
Called by:
cpp2cm::Converter::Visit
,
cpp2cm::Converter::Visit
,
cpp2cm::Converter::Visit
,
cpp2cm::Converter::Visit
,
cpp2cm::Project::Import
,
cpp2cm::Project::ReadSystemProjects
top
|
up
|
prev
|
next