top | up | prev | next

NothrowPattern Struct

Definition at line 22 of NothrowList.hpp

Constructors

NothrowPattern(soulng::rex::Context& context_, Kind kind_, Type type_, const std::u32string& pattern_)

Member Functions

void ApplyTo(Item& item)

Enumerations

enum class Kind

Member Variables

Kind kind
soulng::rex::Nfa nfa
std::u32string pattern
Type type

Constructor Details

NothrowPattern Constructor

cpp2cm::NothrowPattern::NothrowPattern(soulng::rex::Context& context_, Kind kind_, Type type_, const std::u32string& pattern_)

Definition at line 15 of NothrowList.cpp
Declaration at line 25 of NothrowList.hpp


Member Function Details

ApplyTo Member Function

void cpp2cm::NothrowPattern::ApplyTo(Item & item)

Definition at line 20 of NothrowList.cpp
Declaration at line 26 of NothrowList.hpp


top | up | prev | next