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

#include <gtest-internal.h>

Collaboration diagram for testing::internal::ConstCharPtr:
Collaboration graph
[legend]

Public Member Functions

 ConstCharPtr (const char *str)
 
 operator bool () const
 

Public Attributes

const char * value
 

Detailed Description

Definition at line 741 of file gtest-internal.h.

Constructor & Destructor Documentation

testing::internal::ConstCharPtr::ConstCharPtr ( const char *  str)
inline

Definition at line 742 of file gtest-internal.h.

Member Function Documentation

testing::internal::ConstCharPtr::operator bool ( ) const
inline

Definition at line 743 of file gtest-internal.h.

Member Data Documentation

const char* testing::internal::ConstCharPtr::value

Definition at line 744 of file gtest-internal.h.


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