Namespaces | Functions
basic_types.cpp File Reference
#include "behaviortree_cpp/basic_types.h"
#include <cstdlib>
#include <cstring>
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<>
const char * BT::convertFromString< const char * > (StringView str)
 
template<>
double BT::convertFromString< double > (StringView str)
 
template<>
int BT::convertFromString< int > (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)
 
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)
 


behaviortree_cpp
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Sat Jun 8 2019 18:04:05