#include <ListFunctions.h>
|
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) |
|
◆ Contains()
static bool tigl::ListFunctions::Contains |
( |
const std::vector< std::string > & |
list, |
|
|
const std::string & |
el |
|
) |
| |
|
static |
◆ GetElementsAfter()
static std::vector<std::string> tigl::ListFunctions::GetElementsAfter |
( |
const std::vector< std::string > & |
list, |
|
|
const std::string & |
el |
|
) |
| |
|
static |
◆ GetElementsBefore()
static std::vector<std::string> tigl::ListFunctions::GetElementsBefore |
( |
const std::vector< std::string > & |
list, |
|
|
const std::string & |
el |
|
) |
| |
|
static |
◆ GetElementsInBetween()
static 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: