Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Classes | Public Types | Public Member Functions | 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
 
friend::std::ostream & operator<< (::std::ostream &os, const PathLike &)
 

Detailed Description

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

Member Typedef Documentation

◆ value_type

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

◆ const_iterator

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

Constructor & Destructor Documentation

◆ PathLike()

foo::PathLike::PathLike ( )
inline

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

Member Function Documentation

◆ begin()

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

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

◆ end()

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

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

◆ operator<<()

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

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


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