Jetson Linux Multimedia API Reference

32.4.3 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Argus::Destructable Class Referenceabstract

Detailed Description

A top level object class for libargus objects that are created and owned by the client.

All Destructable objects created by the client must be explicitly destroyed.

Definition at line 366 of file Types.h.

Inheritance diagram for Argus::Destructable:

Public Member Functions

virtual void destroy ()=0
 Destroy this object. More...
 

Protected Member Functions

 ~Destructable ()
 

Constructor & Destructor Documentation

Argus::Destructable::~Destructable ( )
inlineprotected

Definition at line 377 of file Types.h.

Member Function Documentation

virtual void Argus::Destructable::destroy ( )
pure virtual

Destroy this object.

After making this call, the client cannot make any more calls on this object.


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