Public Member Functions | Private Attributes
BT::BehaviorTreeException Class Reference

#include <exceptions.h>

Inheritance diagram for BT::BehaviorTreeException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 BehaviorTreeException (nonstd::string_view message)
template<typename... SV>
 BehaviorTreeException (const SV &...args)
const char * what () const noexcept

Private Attributes

std::string message_

Detailed Description

Definition at line 23 of file exceptions.h.


Constructor & Destructor Documentation

BT::BehaviorTreeException::BehaviorTreeException ( nonstd::string_view  message) [inline]

Definition at line 27 of file exceptions.h.

template<typename... SV>
BT::BehaviorTreeException::BehaviorTreeException ( const SV &...  args) [inline]

Definition at line 31 of file exceptions.h.


Member Function Documentation

const char* BT::BehaviorTreeException::what ( ) const [inline]

Definition at line 35 of file exceptions.h.


Member Data Documentation

std::string BT::BehaviorTreeException::message_ [private]

Definition at line 41 of file exceptions.h.


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


behaviortree_cpp
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Sat Jun 8 2019 20:17:15