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 > (const StringView &str)
 
template<>
const char * BT::convertFromString< const char * > (const StringView &str)
 
template<>
double BT::convertFromString< double > (const StringView &str)
 
template<>
int BT::convertFromString< int > (const StringView &str)
 
template<>
NodeStatus BT::convertFromString< NodeStatus > (const StringView &str)
 
template<>
NodeType BT::convertFromString< NodeType > (const StringView &str)
 
template<>
std::string BT::convertFromString< std::string > (const StringView &str)
 
template<>
std::vector< double > BT::convertFromString< std::vector< double > > (const StringView &str)
 
template<>
std::vector< int > BT::convertFromString< std::vector< int > > (const StringView &str)
 
template<>
unsigned BT::convertFromString< unsigned > (const 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::vector< StringView > BT::splitString (const StringView &strToSplit, char delimeter)
 
const char * BT::toStr (const BT::NodeStatus &status, bool colored=false)
 toStr converts NodeStatus to string. Optionally colored. More...
 
const char * BT::toStr (const BT::NodeType &type)
 toStr converts NodeType to string. More...
 


behaviortree_cpp
Author(s): Michele Colledanchise, Davide Faconti
autogenerated on Sat Feb 2 2019 04:01:53