yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
common.h File Reference
#include <optional>
#include <string>
#include "absl/time/time.h"
Include dependency graph for common.h:

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::agent
 

Functions

std::string yaze::cli::agent::HarnessAddress (const std::string &host, int port)
 
std::string yaze::cli::agent::JsonEscape (absl::string_view value)
 
std::string yaze::cli::agent::YamlQuote (absl::string_view value)
 
std::string yaze::cli::agent::FormatOptionalTime (const std::optional< absl::Time > &time)
 
std::string yaze::cli::agent::OptionalTimeToIso (const std::optional< absl::Time > &time)
 
std::string yaze::cli::agent::OptionalTimeToJson (const std::optional< absl::Time > &time)
 
std::string yaze::cli::agent::OptionalTimeToYaml (const std::optional< absl::Time > &time)