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

#include <gtest-linked_ptr.h>

Public Member Functions

void join_new ()
 
void join (linked_ptr_internal const *ptr) GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex)
 
bool depart () GTEST_LOCK_EXCLUDED_(g_linked_ptr_mutex)
 

Detailed Description

Definition at line 89 of file gtest-linked_ptr.h.

Member Function Documentation

void testing::internal::linked_ptr_internal::join_new ( )
inline

Definition at line 92 of file gtest-linked_ptr.h.

void testing::internal::linked_ptr_internal::join ( linked_ptr_internal const *  ptr)
inline

Definition at line 108 of file gtest-linked_ptr.h.

bool testing::internal::linked_ptr_internal::depart ( )
inline

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