OpenSDN source code
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TagsMatch Class Reference

#include <acl_entry_match.h>

Inheritance diagram for TagsMatch:
Collaboration diagram for TagsMatch:

Public Member Functions

 TagsMatch (TagList tag_list)
 
 ~TagsMatch ()
 
bool Match (const PacketHeader *packet_header, FlowPolicyInfo *info) const
 
void SetAclEntryMatchSandeshData (AclEntrySandeshData &data)
 
virtual bool Compare (const AclEntryMatch &rhs) const
 
size_t size () const
 
const TagListtag_list () const
 
- Public Member Functions inherited from AclEntryMatch
 AclEntryMatch (Type type)
 
virtual ~AclEntryMatch ()
 
bool operator== (const AclEntryMatch &rhs) const
 

Private Attributes

TagList tag_list_
 

Additional Inherited Members

- Public Types inherited from AclEntryMatch
enum  Type {
  SOURCE_PORT_MATCH, DESTINATION_PORT_MATCH, PROTOCOL_MATCH, ADDRESS_MATCH,
  SERVICE_GROUP_MATCH, TAGS_MATCH
}
 

Detailed Description

Definition at line 174 of file acl_entry_match.h.

Constructor & Destructor Documentation

TagsMatch::TagsMatch ( TagList  tag_list)
inline

Definition at line 176 of file acl_entry_match.h.

TagsMatch::~TagsMatch ( )
inline

Definition at line 179 of file acl_entry_match.h.

Member Function Documentation

bool TagsMatch::Compare ( const AclEntryMatch rhs) const
virtual

Implements AclEntryMatch.

Definition at line 887 of file acl_entry.cc.

bool TagsMatch::Match ( const PacketHeader packet_header,
FlowPolicyInfo info 
) const
virtual

Implements AclEntryMatch.

Definition at line 832 of file acl_entry.cc.

void TagsMatch::SetAclEntryMatchSandeshData ( AclEntrySandeshData &  data)
virtual

Implements AclEntryMatch.

Definition at line 897 of file acl_entry.cc.

Here is the call graph for this function:

size_t TagsMatch::size ( ) const
inline

Definition at line 186 of file acl_entry_match.h.

const TagList& TagsMatch::tag_list ( ) const
inline

Definition at line 190 of file acl_entry_match.h.

Member Data Documentation

TagList TagsMatch::tag_list_
private

Definition at line 195 of file acl_entry_match.h.


The documentation for this class was generated from the following files: