Apollo 10.0
自动驾驶开放平台
|
Some string util functions. 更多...
#include <memory>
#include <string>
#include "absl/strings/str_cat.h"
#include "google/protobuf/message.h"
#include "cyber/common/file.h"
#include "cyber/time/clock.h"
命名空间 | |
namespace | apollo::common::util |
apollo::common::util | |
namespace | apollo |
class register implement | |
namespace | apollo::common |
apollo::common | |
函数 | |
template<typename T , typename std::enable_if< std::is_base_of< google::protobuf::Message, T >::value, int >::type = 0> | |
bool | apollo::common::util::DumpMessage (const std::shared_ptr< T > &msg, const std::string &dump_dir="/tmp") |
size_t | apollo::common::util::MessageFingerprint (const google::protobuf::Message &message) |
Some string util functions.
在文件 message_util.h 中定义.