yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
proposal_registry.cc File Reference
#include "cli/service/planning/proposal_registry.h"
#include <algorithm>
#include <chrono>
#include <cstdlib>
#include <fstream>
#include <iostream>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/ascii.h"
#include "absl/strings/match.h"
#include "absl/strings/str_cat.h"
#include "absl/strings/str_format.h"
#include "absl/time/time.h"
#include "nlohmann/json.hpp"
#include "util/macro.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::cli
 Namespace for the command line interface.
 
namespace  yaze::cli::anonymous_namespace{proposal_registry.cc}
 

Functions

std::filesystem::path yaze::cli::anonymous_namespace{proposal_registry.cc}::DetermineDefaultRoot ()
 
std::string yaze::cli::anonymous_namespace{proposal_registry.cc}::StatusToString (ProposalRegistry::ProposalStatus status)
 
ProposalRegistry::ProposalStatus yaze::cli::anonymous_namespace{proposal_registry.cc}::ParseStatus (absl::string_view value)
 
int64_t yaze::cli::anonymous_namespace{proposal_registry.cc}::TimeToMillis (absl::Time time)
 
std::optional< absl::Time > yaze::cli::anonymous_namespace{proposal_registry.cc}::OptionalTimeFromMillis (int64_t millis)