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 ()=default
 
iterator begin () const
 
iterator end () const
 

Friends

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

Detailed Description

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

Member Typedef Documentation

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

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

Constructor & Destructor Documentation

foo::PathLike::PathLike ( )
default

Member Function Documentation

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

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

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

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

Friends And Related Function Documentation

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

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


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