#include <amp.h>
Public Member Functions | |
| Rule (DeliverType deliver, ActionType action) | |
| Rule (const std::string &date, ActionType action) | |
| Rule (MatchResourceType match, ActionType action) | |
| Rule (const std::string &condition, const std::string &action, const std::string &value) | |
| ~Rule () | |
| Tag * | tag () const |
Definition at line 116 of file amp.h.
|
||||||||||||
|
Creates a new AMP rule object with a condition of 'deliver'.
|
|
||||||||||||
|
Creates a new AMP rule object with a condition of 'expire-at'.
|
|
||||||||||||
|
Creates a new AMP rule object with a condition of 'match-resource'.
|
|
||||||||||||||||
|
Creates a new AMP rule object from the given strings.
|
|
|
Destructor. |
|
|
Creates a Tag representation from the current rule.
|
1.4.1