Public Types | Public Member Functions | List of all members
FIX::DOMAttributes Class Referenceabstract

Interface that represents attribute from underlying XML parser. More...

#include <DOMDocument.h>

Inheritance diagram for FIX::DOMAttributes:
Inheritance graph
[legend]

Public Types

typedef std::map< std::string, std::string > map
 

Public Member Functions

virtual ~DOMAttributes ()
 
virtual bool get (const std::string &, std::string &)=0
 
virtual map toMap ()=0
 

Detailed Description

Interface that represents attribute from underlying XML parser.

Definition at line 35 of file DOMDocument.h.

Member Typedef Documentation

◆ map

typedef std::map<std::string, std::string> FIX::DOMAttributes::map

Definition at line 55 of file DOMDocument.h.

Constructor & Destructor Documentation

◆ ~DOMAttributes()

virtual FIX::DOMAttributes::~DOMAttributes ( )
inlinevirtual

Definition at line 57 of file DOMDocument.h.

63 {

Member Function Documentation

◆ get()

virtual bool FIX::DOMAttributes::get ( const std::string &  ,
std::string &   
)
pure virtual

Implemented in FIX::PUGIXML_DOMAttributes.

◆ toMap()

virtual map FIX::DOMAttributes::toMap ( )
pure virtual

Implemented in FIX::PUGIXML_DOMAttributes.


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

Generated on Wed Apr 29 2020 19:41:30 for QuickFIX by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2001