v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
testing::internal::TestPropertyKeyIs Class Reference

#include <gtest-internal-inl.h>

Public Member Functions

 TestPropertyKeyIs (const std::string &key)
 
bool operator() (const TestProperty &test_property) const
 

Detailed Description

Definition at line 347 of file gtest-internal-inl.h.

Constructor & Destructor Documentation

testing::internal::TestPropertyKeyIs::TestPropertyKeyIs ( const std::string &  key)
inlineexplicit

Definition at line 352 of file gtest-internal-inl.h.

Member Function Documentation

bool testing::internal::TestPropertyKeyIs::operator() ( const TestProperty test_property) const
inline

Definition at line 355 of file gtest-internal-inl.h.

References testing::TestProperty::key().

Here is the call graph for this function:


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