Simulant  21.12-1292
A portable game engine for Windows, OSX, Linux, Dreamcast, and PSP
Public Member Functions | Friends | List of all members
smlt::StageNodePath Class Reference

#include <stage_node_path.h>

Public Member Functions

template<typename... Parts>
 StageNodePath (Parts... parts)
 
std::size_t length () const
 
bool starts_with (const StageNodePath &other) const
 
bool operator!= (const StageNodePath &other) const
 
bool operator< (const StageNodePath &other) const
 
bool operator== (const StageNodePath &other) const
 
std::string to_string () const
 

Friends

class StageNode
 

Detailed Description

An object that represents the path to a stage node in a node tree. Each element in the path is the unique node ID


The documentation for this class was generated from the following file: