Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
MyType Class Reference

Public Member Functions

 MyType (const std::string &a_value)
 
const std::string & value () const
 

Detailed Description

Definition at line 79 of file gtest_list_tests_unittest_.cc.

Constructor & Destructor Documentation

◆ MyType()

MyType::MyType ( const std::string & a_value)
inlineexplicit

Definition at line 81 of file gtest_list_tests_unittest_.cc.

81: value_(a_value) {}

Member Function Documentation

◆ value()

const std::string & MyType::value ( ) const
inline

Definition at line 83 of file gtest_list_tests_unittest_.cc.

83{ return value_; }
Here is the caller graph for this function:

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