libcopp  2.2.0
Public Member Functions | Data Fields
test_manager::pick_param_str_t Struct Reference

#include <test_manager.h>

Collaboration diagram for test_manager::pick_param_str_t:
Collaboration graph

Public Member Functions

 pick_param_str_t (const char *in)
 
 pick_param_str_t (const std::string &in)
 
bool operator== (const pick_param_str_t &other) const
 
bool operator!= (const pick_param_str_t &other) const
 
bool operator>= (const pick_param_str_t &other) const
 
bool operator> (const pick_param_str_t &other) const
 
bool operator<= (const pick_param_str_t &other) const
 
bool operator< (const pick_param_str_t &other) const
 

Data Fields

const char * str_
 

Detailed Description

Definition at line 81 of file test_manager.h.

Constructor & Destructor Documentation

◆ pick_param_str_t() [1/2]

test_manager::pick_param_str_t::pick_param_str_t ( const char *  in)

Definition at line 108 of file test_manager.cpp.

◆ pick_param_str_t() [2/2]

test_manager::pick_param_str_t::pick_param_str_t ( const std::string &  in)

Definition at line 109 of file test_manager.cpp.

Member Function Documentation

◆ operator!=()

bool test_manager::pick_param_str_t::operator!= ( const pick_param_str_t other) const

Definition at line 126 of file test_manager.cpp.

References str_.

◆ operator<()

bool test_manager::pick_param_str_t::operator< ( const pick_param_str_t other) const

Definition at line 138 of file test_manager.cpp.

References str_.

◆ operator<=()

bool test_manager::pick_param_str_t::operator<= ( const pick_param_str_t other) const

Definition at line 135 of file test_manager.cpp.

References str_.

◆ operator==()

bool test_manager::pick_param_str_t::operator== ( const pick_param_str_t other) const

Definition at line 111 of file test_manager.cpp.

References str_.

◆ operator>()

bool test_manager::pick_param_str_t::operator> ( const pick_param_str_t other) const

Definition at line 132 of file test_manager.cpp.

References str_.

◆ operator>=()

bool test_manager::pick_param_str_t::operator>= ( const pick_param_str_t other) const

Definition at line 129 of file test_manager.cpp.

References str_.

Field Documentation

◆ str_

const char* test_manager::pick_param_str_t::str_

Definition at line 82 of file test_manager.h.

Referenced by operator!=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().


The documentation for this struct was generated from the following files: