|
Qucs-core
0.0.19
|
#include <gtest.h>

Public Member Functions | |
| TestProperty (const std::string &a_key, const std::string &a_value) | |
| const char * | key () const |
| const char * | value () const |
| void | SetValue (const std::string &new_value) |
| TestProperty (const std::string &a_key, const std::string &a_value) | |
| const char * | key () const |
| const char * | value () const |
| void | SetValue (const std::string &new_value) |
Private Attributes | |
| std::string | key_ |
| std::string | value_ |
Definition at line 17876 of file fused-src/gtest/gtest.h.
| testing::TestProperty::TestProperty | ( | const std::string & | a_key, |
| const std::string & | a_value | ||
| ) | [inline] |
Definition at line 17881 of file fused-src/gtest/gtest.h.
| testing::TestProperty::TestProperty | ( | const std::string & | a_key, |
| const std::string & | a_value | ||
| ) | [inline] |
Definition at line 468 of file include/gtest/gtest.h.
| const char* testing::TestProperty::key | ( | ) | const [inline] |
Definition at line 473 of file include/gtest/gtest.h.
| const char* testing::TestProperty::key | ( | ) | const [inline] |
Definition at line 17886 of file fused-src/gtest/gtest.h.
| void testing::TestProperty::SetValue | ( | const std::string & | new_value | ) | [inline] |
Definition at line 483 of file include/gtest/gtest.h.
| void testing::TestProperty::SetValue | ( | const std::string & | new_value | ) | [inline] |
Definition at line 17896 of file fused-src/gtest/gtest.h.
| const char* testing::TestProperty::value | ( | ) | const [inline] |
Definition at line 478 of file include/gtest/gtest.h.
| const char* testing::TestProperty::value | ( | ) | const [inline] |
Definition at line 17891 of file fused-src/gtest/gtest.h.
std::string testing::TestProperty::key_ [private] |
Definition at line 17902 of file fused-src/gtest/gtest.h.
std::string testing::TestProperty::value_ [private] |
Definition at line 17904 of file fused-src/gtest/gtest.h.
1.7.6.1