Banuba SDK
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
bnb::domain_specific_data Class Reference
Inheritance diagram for bnb::domain_specific_data:
bnb::logic_error bnb::runtime_error bnb::resource_loading_error

Public Member Functions

const char * domain () const noexcept
 

Protected Member Functions

 domain_specific_data (std::string domain) noexcept
 

Protected Attributes

std::string m_domain
 

Detailed Description

Definition at line 24 of file exceptions.hpp.

Constructor & Destructor Documentation

◆ domain_specific_data()

bnb::domain_specific_data::domain_specific_data ( std::string domain)
inlineexplicitprotectednoexcept

Definition at line 34 of file exceptions.hpp.

35 : m_domain(std::move(domain))
36 {
37 }

Member Function Documentation

◆ domain()

const char * bnb::domain_specific_data::domain ( ) const
inlinenoexcept

Definition at line 27 of file exceptions.hpp.

28 {
29 return m_domain.c_str();
30 }

Member Data Documentation

◆ m_domain

std::string bnb::domain_specific_data::m_domain
protected

Definition at line 38 of file exceptions.hpp.


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