g4tools  5.4.0
Classes | Namespaces | Macros | Functions
holder File Reference
#include "node"
#include "sf_string"
Include dependency graph for holder:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tools::sg::base_holder
 
class  tools::sg::holder< T >
 

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 
 tools::sg
 

Macros

#define tools_sg_holder
 

Functions

template<class T >
holder< T > * tools::sg::cast_holder (node &a_node)
 
template<class T >
const holder< T > * tools::sg::cast_holder (const node &a_node)
 
template<class T >
const T * tools::sg::cast_holder_object (const node &a_node)
 
template<class T >
T * tools::sg::cast_holder_object (node &a_node)
 
template<class T >
void tools::sg::remove_holders (std::vector< node * > &a_vec)
 
template<class T >
void tools::sg::remove_holders (std::vector< node * > &a_vec, const std::string &a_name)
 
template<class T >
T * tools::sg::find_holder (std::vector< node * > &a_vec, const std::string &a_name)
 
template<class T >
T * tools::sg::find_first_holder (std::vector< node * > &a_vec)
 

Macro Definition Documentation

◆ tools_sg_holder

#define tools_sg_holder

Definition at line 5 of file holder.