openrave.org

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義 グループ ページ
ネームスペース | 関数
utils.cpp

(2013-03-18 10:33:00 +0900, commit:334d202)

#include "libopenrave.h"
#include <openrave/utils.h>
#include "md5.h"
utils.cppのインクルード依存関係図

ソースコードを見る。

ネームスペース

namespace  OpenRAVE
 The entire OpenRAVE library.
 
namespace  OpenRAVE::utils
 

関数

OPENRAVE_API std::string OpenRAVE::utils::GetMD5HashString (const std::string &s)
 compute the md5 hash of a string
 
OPENRAVE_API std::string OpenRAVE::utils::GetMD5HashString (const std::vector< uint8_t > &v)
 compute the md5 hash of an array
 
bool OpenRAVE::utils::PairStringLengthCompare (const std::pair< std::string, std::string > &p0, const std::pair< std::string, std::string > &p1)
 
OPENRAVE_API std::string & OpenRAVE::utils::SearchAndReplace (std::string &out, const std::string &in, const std::vector< std::pair< std::string, std::string > > &pairs)
 search and replace strings for all pairs. Internally first checks the longest strings before the shortest
 
OPENRAVE_API std::string OpenRAVE::utils::GetFilenameUntilSeparator (std::istream &sinput, char separator)
 gets the string up the next separator and strips it of leading whitespace.