Instrument Neutral Distributed Interface INDI  2.0.2
Public Member Functions | List of all members
BufferXMLOutput Class Reference
Inheritance diagram for BufferXMLOutput:
XMLOutput

Public Member Functions

 BufferXMLOutput (char *buffer)
 
virtual ~BufferXMLOutput ()
 
virtual void put (const char *str, size_t len)
 
size_t size ()
 
- Public Member Functions inherited from XMLOutput
void put (const char *str)
 
void indent (int indent)
 
void putEntityXML (const char *str)
 
void putXML (XMLEle *el, int level)
 

Additional Inherited Members

- Protected Member Functions inherited from XMLOutput
 XMLOutput ()
 
virtual ~XMLOutput ()
 
virtual void cdataCb (XMLEle *ele)
 

Detailed Description

Definition at line 851 of file lilxml.cpp.

Constructor & Destructor Documentation

◆ BufferXMLOutput()

BufferXMLOutput::BufferXMLOutput ( char *  buffer)
inline

Definition at line 856 of file lilxml.cpp.

◆ ~BufferXMLOutput()

virtual BufferXMLOutput::~BufferXMLOutput ( )
inlinevirtual

Definition at line 857 of file lilxml.cpp.

Member Function Documentation

◆ put()

virtual void BufferXMLOutput::put ( const char *  str,
size_t  len 
)
inlinevirtual

Implements XMLOutput.

Definition at line 858 of file lilxml.cpp.

◆ size()

size_t BufferXMLOutput::size ( )
inline

Definition at line 863 of file lilxml.cpp.


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