proxygen
testing::internal::ConstCharPtr Struct Reference

#include <gtest-internal.h>

Public Member Functions

 ConstCharPtr (const char *str)
 
 operator bool () const
 
 ConstCharPtr (const char *str)
 
 operator bool () const
 
 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.

742 : value(str) {}
testing::internal::ConstCharPtr::ConstCharPtr ( const char *  str)
inline

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

742 : value(str) {}
testing::internal::ConstCharPtr::ConstCharPtr ( const char *  str)
inline

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

742 : value(str) {}

Member Function Documentation

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

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

743 { return true; }
testing::internal::ConstCharPtr::operator bool ( ) const
inline

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

References GTEST_API_, and value.

743 { return true; }
testing::internal::ConstCharPtr::operator bool ( ) const
inline

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

References GTEST_API_, and value.

743 { return true; }

Member Data Documentation

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

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

Referenced by pump.Token::__init__(), pump.Token::__str__(), and pump.Token::Clone().


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