Home
last modified time | relevance | path

Searched refs:CppExample (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/
H A Dtest-cpp-example.cpp17 auto cpp_example = CppExample(); in main()
19 if(0 == ret_string.compare(CppExample::test_string + FAIL_COMPARISON_STR)) { in main()
20 std::cout << "PASS: " << ret_string << " = " << CppExample::test_string << std::endl; in main()
22 std::cout << "FAIL: " << ret_string << " != " << CppExample::test_string << std::endl; in main()
H A Dcpp-example-lib.cpp12 const std::string &CppExample::get_string() in get_string()
17 const char *CppExample::get_json_c_version() in get_json_c_version()
22 void CppExample::print_json() in print_json()
H A Dcpp-example-lib.hpp11 struct CppExample struct
H A Dcpp-example.cpp13 auto cpp_example = CppExample(); in main()