NVIDIA DeepStream SDK API Reference

8.0 Release
ds3d::gst::ElePtr Class Reference

Detailed Description

Definition at line 150 of file sources/libs/ds3d/gst/nvds3d_gst_ptr.h.

Inheritance diagram for ds3d::gst::ElePtr:
Collaboration diagram for ds3d::gst::ElePtr:

Public Member Functions

 ElePtr (GstElement *ele, bool takeOwner=true)
 
template<typename... Args>
 ElePtr (Args &&... args)
 
 ~ElePtr ()=default
 
PadPtr staticPad (const std::string &padName)
 
ElePtrlink (ElePtr &next)
 
ElePtrlink (ElePtr &next, std::string &sinkPadName)
 
 ElePtr (GstElement *ele, bool takeOwner=true)
 
template<typename... Args>
 ElePtr (Args &&... args)
 
 ~ElePtr ()=default
 
PadPtr staticPad (const std::string &padName)
 
ElePtrlink (ElePtr &next)
 
ElePtrlink (ElePtr &next, std::string &sinkPadName)
 
void setName (const std::string &name)
 
void setName (const std::string &name)
 
void reset (GstObjT *obj=nullptr, bool takeOwner=true)
 
void reset (GstObjT *obj=nullptr, bool takeOwner=true)
 
GstObjT * copy () const
 
GstObjT * copy () const
 
const std::string & name () const
 
const std::string & name () const
 
 operator GstObjT * () const
 
 operator GstObjT * () const
 
GstObjT * get () const
 
GstObjT * get () const
 
 operator bool () const
 
 operator bool () const
 

Constructor & Destructor Documentation

◆ ElePtr() [1/4]

ds3d::gst::ElePtr::ElePtr ( GstElement *  ele,
bool  takeOwner = true 
)
inline

Definition at line 152 of file sources/libs/ds3d/gst/nvds3d_gst_ptr.h.

◆ ElePtr() [2/4]

template<typename... Args>
ds3d::gst::ElePtr::ElePtr ( Args &&...  args)
inline

Definition at line 158 of file sources/libs/ds3d/gst/nvds3d_gst_ptr.h.

◆ ~ElePtr() [1/2]

ds3d::gst::ElePtr::~ElePtr ( )
default

◆ ElePtr() [3/4]

ds3d::gst::ElePtr::ElePtr ( GstElement *  ele,
bool  takeOwner = true 
)
inline

Definition at line 152 of file 9.0/sources/libs/ds3d/gst/nvds3d_gst_ptr.h.

◆ ElePtr() [4/4]

template<typename... Args>
ds3d::gst::ElePtr::ElePtr ( Args &&...  args)
inline

Definition at line 158 of file 9.0/sources/libs/ds3d/gst/nvds3d_gst_ptr.h.

◆ ~ElePtr() [2/2]

ds3d::gst::ElePtr::~ElePtr ( )
default

Member Function Documentation

◆ copy() [1/2]

◆ copy() [2/2]

template<class GstObjT , class ObjFunc >
GstObjT* ds3d::gst::GstPtr< GstObjT, ObjFunc >::copy ( ) const
inlineinherited

Definition at line 98 of file 9.0/sources/libs/ds3d/gst/nvds3d_gst_ptr.h.

◆ get() [1/2]

◆ get() [2/2]

template<class GstObjT , class ObjFunc >
GstObjT* ds3d::gst::GstPtr< GstObjT, ObjFunc >::get ( ) const
inlineinherited

Definition at line 110 of file 9.0/sources/libs/ds3d/gst/nvds3d_gst_ptr.h.

◆ link() [1/4]

◆ link() [2/4]

◆ link() [3/4]

ElePtr& ds3d::gst::ElePtr::link ( ElePtr next,
std::string &  sinkPadName 
)
inline

◆ link() [4/4]

ElePtr& ds3d::gst::ElePtr::link ( ElePtr next,
std::string &  sinkPadName 
)
inline

◆ name() [1/2]

template<class GstObjT , class ObjFunc >
const std::string& ds3d::gst::GstPtr< GstObjT, ObjFunc >::name ( ) const
inlineinherited

◆ name() [2/2]

template<class GstObjT , class ObjFunc >
const std::string& ds3d::gst::GstPtr< GstObjT, ObjFunc >::name ( ) const
inlineinherited

Definition at line 106 of file 9.0/sources/libs/ds3d/gst/nvds3d_gst_ptr.h.

◆ operator bool() [1/2]

template<class GstObjT , class ObjFunc >
ds3d::gst::GstPtr< GstObjT, ObjFunc >::operator bool ( ) const
inlineinherited

Definition at line 111 of file sources/libs/ds3d/gst/nvds3d_gst_ptr.h.

◆ operator bool() [2/2]

template<class GstObjT , class ObjFunc >
ds3d::gst::GstPtr< GstObjT, ObjFunc >::operator bool ( ) const
inlineinherited

Definition at line 111 of file 9.0/sources/libs/ds3d/gst/nvds3d_gst_ptr.h.

◆ operator GstObjT *() [1/2]

template<class GstObjT , class ObjFunc >
ds3d::gst::GstPtr< GstObjT, ObjFunc >::operator GstObjT * ( ) const
inlineinherited

◆ operator GstObjT *() [2/2]

template<class GstObjT , class ObjFunc >
ds3d::gst::GstPtr< GstObjT, ObjFunc >::operator GstObjT * ( ) const
inlineinherited

◆ reset() [1/2]

◆ reset() [2/2]

template<class GstObjT , class ObjFunc >
void ds3d::gst::GstPtr< GstObjT, ObjFunc >::reset ( GstObjT *  obj = nullptr,
bool  takeOwner = true 
)
inlineinherited

Definition at line 89 of file 9.0/sources/libs/ds3d/gst/nvds3d_gst_ptr.h.

◆ setName() [1/2]

template<class GstObjT , class ObjFunc >
void ds3d::gst::GstPtr< GstObjT, ObjFunc >::setName ( const std::string &  name)
inlineinherited

Definition at line 68 of file 9.0/sources/libs/ds3d/gst/nvds3d_gst_ptr.h.

◆ setName() [2/2]

template<class GstObjT , class ObjFunc >
void ds3d::gst::GstPtr< GstObjT, ObjFunc >::setName ( const std::string &  name)
inlineinherited

◆ staticPad() [1/2]

PadPtr ds3d::gst::ElePtr::staticPad ( const std::string &  padName)
inline

◆ staticPad() [2/2]

PadPtr ds3d::gst::ElePtr::staticPad ( const std::string &  padName)
inline

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