Apollo 10.0
自动驾驶开放平台
message_util.h 文件参考

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"
message_util.h 的引用(Include)关系图:
此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

命名空间

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 中定义.