fipa_acl  1.4
Public Member Functions | List of all members
fipa::acl::EnvelopeParserImplementation Class Reference

#include <envelope_parser.h>

Inherited by fipa::acl::BitefficientEnvelopeParser, and fipa::acl::XMLEnvelopeParser.

Public Member Functions

virtual ~EnvelopeParserImplementation ()
 
virtual bool parseData (const std::string &storage, ACLEnvelope &envelope)
 

Detailed Description

Definition at line 13 of file envelope_parser.h.

Constructor & Destructor Documentation

virtual fipa::acl::EnvelopeParserImplementation::~EnvelopeParserImplementation ( )
inlinevirtual

Definition at line 16 of file envelope_parser.h.

16 {}

Member Function Documentation

virtual bool fipa::acl::EnvelopeParserImplementation::parseData ( const std::string &  storage,
ACLEnvelope envelope 
)
inlinevirtual

Reimplemented in fipa::acl::XMLEnvelopeParser, and fipa::acl::BitefficientEnvelopeParser.

Definition at line 18 of file envelope_parser.h.

18 { throw std::runtime_error("Parser not implemented"); }

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