activemq-cpp-3.9.5
decaf::io::Closeable Class Referenceabstract

Interface for a class that implements the close method. More...

#include <src/main/decaf/io/Closeable.h>

Inheritance diagram for decaf::io::Closeable:

Public Member Functions

virtual ~Closeable ()
 
virtual void close ()=0
 Closes this object and deallocates the appropriate resources.
 

Detailed Description

Interface for a class that implements the close method.

Constructor & Destructor Documentation

◆ ~Closeable()

virtual decaf::io::Closeable::~Closeable ( )
virtual

Member Function Documentation

◆ close()


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