NSL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
Namespaces | Classes | Typedefs | Enumerations
NSL Namespace Reference

Namespaces

 Selections
 

Classes

class  matcher
 
class  boolMatcher
 
class  andMatcher
 
class  orMatcher
 
class  notMatcher
 
class  Selection
 

Typedefs

using RefCMatcher = std::shared_ptr< matcher >
 

Enumerations

enum  PostHookCondition { PostHookCondition::OnSuccess, PostHookCondition::OnFailure, PostHookCondition::Always }
 

Typedef Documentation

using NSL::RefCMatcher = typedef std::shared_ptr<matcher>

Definition at line 56 of file matchers.h.

Enumeration Type Documentation

Enumerator
OnSuccess 
OnFailure 
Always 

Definition at line 15 of file matchers.h.