metaproxy  1.21.0
Classes | Public Member Functions | Private Attributes | List of all members
metaproxy_1::filter::LoadBalance Class Reference

#include <filter_load_balance.hpp>

Inheritance diagram for metaproxy_1::filter::LoadBalance:
Inheritance graph
Collaboration diagram for metaproxy_1::filter::LoadBalance:
Collaboration graph

Classes

class  Impl
 

Public Member Functions

 LoadBalance ()
 
 ~LoadBalance ()
 
void process (metaproxy_1::Package &package) const
 
void configure (const xmlNode *ptr, bool test_only, const char *path)
 

Private Attributes

boost::scoped_ptr< Implm_p
 

Detailed Description

Definition at line 28 of file filter_load_balance.hpp.

Constructor & Destructor Documentation

◆ LoadBalance()

mp::filter::LoadBalance::LoadBalance ( )

Definition at line 91 of file filter_load_balance.cpp.

91  : m_p(new Impl)
92 {
93 }

◆ ~LoadBalance()

mp::filter::LoadBalance::~LoadBalance ( )

Definition at line 95 of file filter_load_balance.cpp.

96 { // must have a destructor because of boost::scoped_ptr
97 }

Member Function Documentation

◆ configure()

void mp::filter::LoadBalance::configure ( const xmlNode *  ptr,
bool  test_only,
const char *  path 
)

Definition at line 99 of file filter_load_balance.cpp.

101 {
102  m_p->configure(xmlnode);
103 }

◆ process()

void mp::filter::LoadBalance::process ( metaproxy_1::Package &  package) const

Definition at line 105 of file filter_load_balance.cpp.

106 {
107  m_p->process(package);
108 }

Member Data Documentation

◆ m_p

boost::scoped_ptr<Impl> metaproxy_1::filter::LoadBalance::m_p
private

Definition at line 30 of file filter_load_balance.hpp.


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