yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::project::anonymous_namespace{project.cc} Namespace Reference

Functions

std::pair< std::string, std::string > ParseKeyValue (const std::string &line)
 
bool ParseBool (const std::string &value)
 
float ParseFloat (const std::string &value)
 
std::vector< std::string > ParseStringList (const std::string &value)
 
std::string SanitizeStorageKey (absl::string_view input)
 

Function Documentation

◆ ParseKeyValue()

std::pair< std::string, std::string > yaze::project::anonymous_namespace{project.cc}::ParseKeyValue ( const std::string & line)

Definition at line 38 of file project.cc.

◆ ParseBool()

bool yaze::project::anonymous_namespace{project.cc}::ParseBool ( const std::string & value)

Definition at line 55 of file project.cc.

References ParseBool().

Referenced by ParseBool().

Here is the call graph for this function:

◆ ParseFloat()

float yaze::project::anonymous_namespace{project.cc}::ParseFloat ( const std::string & value)

Definition at line 59 of file project.cc.

References ParseFloat().

Referenced by ParseFloat().

Here is the call graph for this function:

◆ ParseStringList()

std::vector< std::string > yaze::project::anonymous_namespace{project.cc}::ParseStringList ( const std::string & value)

Definition at line 67 of file project.cc.

References ParseStringList().

Referenced by ParseStringList().

Here is the call graph for this function:

◆ SanitizeStorageKey()

std::string yaze::project::anonymous_namespace{project.cc}::SanitizeStorageKey ( absl::string_view input)

Definition at line 84 of file project.cc.

References SanitizeStorageKey().

Referenced by SanitizeStorageKey().

Here is the call graph for this function: