NVIDIA DeepStream SDK API Reference

8.0 Release
YAML_DSElement Class Reference

Detailed Description

Definition at line 46 of file ds_yaml_parser.hpp.

Public Member Functions

 ~YAML_DSElement ()
 
 YAML_DSElement (std::string name)
 

Data Fields

std::string m_elementName
 
std::string m_linkName
 
std::vector< Link_To_Elementm_linkToElement
 
std::vector< YAML_DSElementm_subConfigs
 
YAML::Node properties_
 

Constructor & Destructor Documentation

◆ ~YAML_DSElement()

YAML_DSElement::~YAML_DSElement ( )
inline

Definition at line 56 of file ds_yaml_parser.hpp.

◆ YAML_DSElement()

YAML_DSElement::YAML_DSElement ( std::string  name)
inline

Definition at line 60 of file ds_yaml_parser.hpp.

Field Documentation

◆ m_elementName

std::string YAML_DSElement::m_elementName

Definition at line 48 of file ds_yaml_parser.hpp.

◆ m_linkName

std::string YAML_DSElement::m_linkName

Definition at line 49 of file ds_yaml_parser.hpp.

◆ m_linkToElement

std::vector< Link_To_Element > YAML_DSElement::m_linkToElement

Definition at line 51 of file ds_yaml_parser.hpp.

◆ m_subConfigs

std::vector<YAML_DSElement> YAML_DSElement::m_subConfigs

Definition at line 52 of file ds_yaml_parser.hpp.

◆ properties_

YAML::Node YAML_DSElement::properties_

Definition at line 54 of file ds_yaml_parser.hpp.


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