3.5.0-rc1
Loading...
Searching...
No Matches
tigl::ListFunctions Class Reference

#include <ListFunctions.h>

Static Public Member Functions

static bool Contains (const std::vector< std::string > &list, const std::string &el)
static std::vector< std::string > GetElementsAfter (const std::vector< std::string > &list, const std::string &el)
static std::vector< std::string > GetElementsBefore (const std::vector< std::string > &list, const std::string &el)
static std::vector< std::string > GetElementsInBetween (const std::vector< std::string > &list, const std::string &el1, const std::string &el2)

Member Function Documentation

◆ Contains()

bool tigl::ListFunctions::Contains ( const std::vector< std::string > & list,
const std::string & el )
static

◆ GetElementsAfter()

std::vector< std::string > tigl::ListFunctions::GetElementsAfter ( const std::vector< std::string > & list,
const std::string & el )
static

◆ GetElementsBefore()

std::vector< std::string > tigl::ListFunctions::GetElementsBefore ( const std::vector< std::string > & list,
const std::string & el )
static

◆ GetElementsInBetween()

std::vector< std::string > tigl::ListFunctions::GetElementsInBetween ( const std::vector< std::string > & list,
const std::string & el1,
const std::string & el2 )
static

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