g4tools  5.4.0
Namespaces | Macros | Functions
vfind File Reference
#include <vector>
#include <string>
#include "touplow"
Include dependency graph for vfind:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Macros

#define tools_vfind
 

Functions

template<class T >
T * tools::find_named (const std::vector< T * > &a_vec, const std::string &a_name)
 
template<class T >
const T * tools::find_obj_named (const std::vector< T > &a_vec, const std::string &a_name)
 
template<class T >
T * tools::find_obj_named (std::vector< T > &a_vec, const std::string &a_name)
 
template<class T >
T * tools::find_named_case_insensitive (const std::vector< T * > &a_vec, const std::string &a_name)
 

Macro Definition Documentation

◆ tools_vfind

#define tools_vfind

Definition at line 5 of file vfind.