Apollo  6.0
Open source self driving car software
Classes | Namespaces | Macros | Functions
string_util.h File Reference

Some string util functions. More...

#include <string>
#include "absl/strings/str_format.h"
#include "modules/common/util/future.h"
Include dependency graph for string_util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  apollo::common::util::DebugStringFormatter
 

Namespaces

 apollo::common::util
 apollo::common::util
 
 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::common
 apollo::common
 

Macros

#define FORMAT_TIMESTAMP(timestamp)   std::fixed << std::setprecision(9) << timestamp
 

Functions

std::string apollo::common::util::EncodeBase64 (std::string_view in)
 

Detailed Description

Some string util functions.

Macro Definition Documentation

◆ FORMAT_TIMESTAMP

#define FORMAT_TIMESTAMP (   timestamp)    std::fixed << std::setprecision(9) << timestamp