Skip to content

Namespace os::parser

Namespace List > os > parser

Public Functions

Type Name
std::set< V > intersection (std::set< V > & a, std::set< V > & b)
std::set< V > range_set_to_set (const std::string_view line)
std::set< V > range_to_set (const std::string_view chunk)
std::vector< std::string > string_to_vector (std::string str, char separator)
std::vector< std::string > string_to_vector (std::string str, std::string separator)

Public Functions Documentation

function intersection

template<typename  V>
std::set< V > os::parser::intersection (
    std::set< V > & a,
    std::set< V > & b
) 

function range_set_to_set

template<typename  V>
std::set< V > os::parser::range_set_to_set (
    const std::string_view line
) 

function range_to_set

template<typename  V>
std::set< V > os::parser::range_to_set (
    const std::string_view chunk
) 

function string_to_vector

std::vector< std::string > os::parser::string_to_vector (
    std::string str,
    char separator
) 

function string_to_vector

std::vector< std::string > os::parser::string_to_vector (
    std::string str,
    std::string separator
) 


The documentation for this class was generated from the following file cubrid/src/base/filesys_parser.cpp