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

#include <filter_present_chunk.hpp>

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

Classes

class  Impl
 

Public Member Functions

 PresentChunk ()
 
 ~PresentChunk ()
 
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_present_chunk.hpp.

Constructor & Destructor Documentation

◆ PresentChunk()

mp::filter::PresentChunk::PresentChunk ( )

Definition at line 46 of file filter_present_chunk.cpp.

46  : m_p(new Impl)
47 {
48 }

◆ ~PresentChunk()

mp::filter::PresentChunk::~PresentChunk ( )

Definition at line 50 of file filter_present_chunk.cpp.

51 { // must have a destructor because of boost::scoped_ptr
52 }

Member Function Documentation

◆ configure()

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

Definition at line 54 of file filter_present_chunk.cpp.

56 {
57  m_p->configure(xmlnode);
58 }

◆ process()

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

Definition at line 60 of file filter_present_chunk.cpp.

61 {
62  m_p->process(package);
63 }

Member Data Documentation

◆ m_p

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

Definition at line 30 of file filter_present_chunk.hpp.


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