CodeSonar C++ API
[For improved navigation, enable JavaScript.]
Public Member Functions | Public Attributes | List of all members
cs::string_pair Struct Reference

A pair of strings. More...

Public Member Functions

 string_pair (std::string const &f, std::string const &s)
 Constructor. More...
 

Public Attributes

std::string first
 
std::string second
 

Detailed Description

A pair of strings.

Used for project::run_multiinterval_analysis().

Constructor & Destructor Documentation

◆ string_pair()

cs::string_pair::string_pair ( std::string const &  f,
std::string const &  s 
)
inline

Constructor.

Parameters
[in]fThe first std::string in the pair.
[in]sThe second std::string in the pair.

Member Data Documentation

◆ first

std::string cs::string_pair::first

The first std::string in the pair.

◆ second

std::string cs::string_pair::second

The second std::string in the pair.


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