Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Types | Public Member Functions | Friends | List of all members
foo::PathLike Class Reference

Classes

struct  iterator
 

Public Types

using value_type = char
 
using const_iterator = iterator
 

Public Member Functions

 PathLike ()
 
iterator begin () const
 
iterator end () const
 

Friends

friend::std::ostream & operator<< (::std::ostream &os, const PathLike &)
 

Detailed Description

Definition at line 183 of file googletest-printers-test.cc.

Member Typedef Documentation

Definition at line 192 of file googletest-printers-test.cc.

Definition at line 193 of file googletest-printers-test.cc.

Constructor & Destructor Documentation

foo::PathLike::PathLike ( )
inline

Definition at line 195 of file googletest-printers-test.cc.

Member Function Documentation

iterator foo::PathLike::begin ( ) const
inline

Definition at line 197 of file googletest-printers-test.cc.

iterator foo::PathLike::end ( ) const
inline

Definition at line 198 of file googletest-printers-test.cc.

Friends And Related Function Documentation

::std::ostream& operator<< ( ::std::ostream &  os,
const PathLike  
)
friend

Definition at line 200 of file googletest-printers-test.cc.


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