Version: 1.0
Public Member Functions | Public Attributes | List of all members
rule_wrapper Struct Reference

#include <rule_set.h>

Public Member Functions

 rule_wrapper (rule_set &rs, uint i)
 
bool operator[] (const std::string &s) const
 
void operator<< (const std::string &s)
 
bool has_actions ()
 

Public Attributes

rule_setrs_
 
uint i_
 

Detailed Description

Definition at line 228 of file rule_set.h.

Constructor & Destructor Documentation

◆ rule_wrapper()

rule_wrapper::rule_wrapper ( rule_set rs,
uint  i 
)
inline

Definition at line 231 of file rule_set.h.

Member Function Documentation

◆ has_actions()

bool rule_wrapper::has_actions ( )
inline

Definition at line 239 of file rule_set.h.

◆ operator<<()

void rule_wrapper::operator<< ( const std::string &  s)
inline

Definition at line 236 of file rule_set.h.

◆ operator[]()

bool rule_wrapper::operator[] ( const std::string &  s) const
inline

Definition at line 233 of file rule_set.h.

Member Data Documentation

◆ i_

uint rule_wrapper::i_

Definition at line 230 of file rule_set.h.

◆ rs_

rule_set& rule_wrapper::rs_

Definition at line 229 of file rule_set.h.


The documentation for this struct was generated from the following file: