Namespaces | Functions
basic_types.cpp File Reference
#include "behaviortree_cpp_v3/basic_types.h"
#include <cstdlib>
#include <cstring>
#include <clocale>
Include dependency graph for basic_types.cpp:

Go to the source code of this file.

Namespaces

 BT
 

Functions

template<>
bool BT::convertFromString< bool > (StringView str)
 
template<>
double BT::convertFromString< double > (StringView str)
 
template<>
float BT::convertFromString< float > (StringView str)
 
template<>
int BT::convertFromString< int > (StringView str)
 
template<>
long BT::convertFromString< long > (StringView str)
 
template<>
NodeStatus BT::convertFromString< NodeStatus > (StringView str)
 
template<>
NodeType BT::convertFromString< NodeType > (StringView str)
 
template<>
PortDirection BT::convertFromString< PortDirection > (StringView str)
 
template<>
std::string BT::convertFromString< std::string > (StringView str)
 
template<>
std::vector< double > BT::convertFromString< std::vector< double > > (StringView str)
 
template<>
std::vector< int > BT::convertFromString< std::vector< int > > (StringView str)
 
template<>
unsigned BT::convertFromString< unsigned > (StringView str)
 
template<>
unsigned long BT::convertFromString< unsigned long > (StringView str)
 
std::ostream & BT::operator<< (std::ostream &os, const BT::NodeStatus &status)
 
std::ostream & BT::operator<< (std::ostream &os, const BT::NodeType &type)
 
std::ostream & BT::operator<< (std::ostream &os, const BT::PortDirection &type)
 
std::vector< StringView > BT::splitString (const StringView &strToSplit, char delimeter)
 
std::string BT::toStr (std::string value)
 
std::string BT::toStr (BT::NodeStatus status, bool colored)
 toStr converts NodeStatus to string. Optionally colored. More...
 
template<>
std::string BT::toStr< NodeStatus > (NodeStatus status)
 
template<>
std::string BT::toStr< NodeType > (NodeType type)
 
template<>
std::string BT::toStr< PortDirection > (PortDirection direction)
 


behaviotree_cpp_v3
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Tue May 4 2021 02:56:25