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

Functions

std::string ToLowerCopy (std::string value)
 
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::vector< uint16_t > ParseHexUintList (const std::string &value)
 
std::optional< uint32_t > ParseHexUint32 (const std::string &value)
 
std::string FormatHexUintList (const std::vector< uint16_t > &values)
 
std::string FormatHexUint32 (uint32_t value)
 
std::string SanitizeStorageKey (absl::string_view input)
 
std::pair< std::string, std::string > ParseDefineToken (const std::string &value)
 
std::string ResolveOptionalPath (const std::filesystem::path &base_dir, const std::string &value)
 
std::string BasenameLower (const std::string &path)
 

Function Documentation

◆ ToLowerCopy()

std::string yaze::project::anonymous_namespace{project.cc}::ToLowerCopy ( std::string value)

Definition at line 42 of file project.cc.

References ToLowerCopy().

Referenced by BasenameLower(), and ToLowerCopy().

Here is the call graph for this function:

◆ ParseKeyValue()

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

Definition at line 50 of file project.cc.

◆ ParseBool()

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

Definition at line 67 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 71 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 79 of file project.cc.

References ParseStringList().

Referenced by ParseHexUintList(), and ParseStringList().

Here is the call graph for this function:

◆ ParseHexUintList()

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

Definition at line 96 of file project.cc.

References ParseHexUintList(), and ParseStringList().

Referenced by ParseHexUintList().

Here is the call graph for this function:

◆ ParseHexUint32()

std::optional< uint32_t > yaze::project::anonymous_namespace{project.cc}::ParseHexUint32 ( const std::string & value)

Definition at line 124 of file project.cc.

References ParseHexUint32().

Referenced by ParseHexUint32().

Here is the call graph for this function:

◆ FormatHexUintList()

std::string yaze::project::anonymous_namespace{project.cc}::FormatHexUintList ( const std::vector< uint16_t > & values)

Definition at line 144 of file project.cc.

References FormatHexUintList().

Referenced by FormatHexUintList().

Here is the call graph for this function:

◆ FormatHexUint32()

std::string yaze::project::anonymous_namespace{project.cc}::FormatHexUint32 ( uint32_t value)

Definition at line 150 of file project.cc.

References FormatHexUint32().

Referenced by FormatHexUint32().

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 154 of file project.cc.

References SanitizeStorageKey().

Referenced by SanitizeStorageKey().

Here is the call graph for this function:

◆ ParseDefineToken()

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

Definition at line 167 of file project.cc.

References ParseDefineToken().

Referenced by ParseDefineToken().

Here is the call graph for this function:

◆ ResolveOptionalPath()

std::string yaze::project::anonymous_namespace{project.cc}::ResolveOptionalPath ( const std::filesystem::path & base_dir,
const std::string & value )

Definition at line 175 of file project.cc.

References ResolveOptionalPath().

Referenced by ResolveOptionalPath().

Here is the call graph for this function:

◆ BasenameLower()

std::string yaze::project::anonymous_namespace{project.cc}::BasenameLower ( const std::string & path)

Definition at line 187 of file project.cc.

References BasenameLower(), and ToLowerCopy().

Referenced by BasenameLower().

Here is the call graph for this function: