|
ug4
|
#include <deque>#include "messaging.h"#include "bindings_vrl.h"#include "type_converter.h"#include "threading.h"Namespaces | |
| namespace | ug |
| the ug namespace | |
| namespace | ug::vrl |
Functions | |
| bool | ug::vrl::checkException (JNIEnv *env, std::string msg, bool throwCPPException) |
| bool | ug::vrl::contains (std::string str, std::string search) |
| std::string | ug::vrl::getExceptionMessageString (JNIEnv *env, jthrowable exception) |
| std::string | ug::vrl::replaceAll (std::string target, const std::string oldstr, const std::string newstr) |
| std::vector< std::string > | ug::vrl::split (const std::string &str, const char delimiter) |
| bool | ug::vrl::startsWith (std::string str, std::string search) |