yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
story_event_graph_query.cc File Reference
#include "core/story_event_graph_query.h"
#include <cctype>
#include <sstream>
Include dependency graph for story_event_graph_query.cc:

Go to the source code of this file.

Namespaces

namespace  yaze
 
namespace  yaze::core
 
namespace  yaze::core::anonymous_namespace{story_event_graph_query.cc}
 

Functions

std::string yaze::core::anonymous_namespace{story_event_graph_query.cc}::ToLower (std::string_view input)
 
std::vector< std::string > yaze::core::anonymous_namespace{story_event_graph_query.cc}::SplitQueryTokens (std::string_view query)
 
bool yaze::core::anonymous_namespace{story_event_graph_query.cc}::AllTokensMatch (std::string_view haystack_lower, const std::vector< std::string > &tokens_lower)
 
bool yaze::core::StoryNodeStatusAllowed (StoryNodeStatus status, const StoryEventNodeFilter &filter)
 
std::string yaze::core::BuildStoryEventNodeSearchText (const StoryEventNode &node)
 
bool yaze::core::StoryEventNodeMatchesQuery (const StoryEventNode &node, std::string_view query)
 
bool yaze::core::StoryEventNodeMatchesFilter (const StoryEventNode &node, const StoryEventNodeFilter &filter)