RetroArch
Public Member Functions | Private Member Functions | Private Attributes | List of all members
internal::GenericRegex< Encoding, Allocator >::DecodedStream< SourceStream > Class Template Reference

Public Member Functions

 DecodedStream (SourceStream &ss)
 
unsigned Peek ()
 
unsigned Take ()
 

Private Member Functions

void Decode ()
 

Private Attributes

SourceStream & ss_
 
unsigned codepoint_
 

Constructor & Destructor Documentation

◆ DecodedStream()

template<typename Encoding , typename Allocator = CrtAllocator>
template<typename SourceStream>
internal::GenericRegex< Encoding, Allocator >::DecodedStream< SourceStream >::DecodedStream ( SourceStream &  ss)
inline
Here is the call graph for this function:

Member Function Documentation

◆ Decode()

template<typename Encoding , typename Allocator = CrtAllocator>
template<typename SourceStream>
void internal::GenericRegex< Encoding, Allocator >::DecodedStream< SourceStream >::Decode ( )
inlineprivate
Here is the caller graph for this function:

◆ Peek()

template<typename Encoding , typename Allocator = CrtAllocator>
template<typename SourceStream>
unsigned internal::GenericRegex< Encoding, Allocator >::DecodedStream< SourceStream >::Peek ( )
inline
Here is the caller graph for this function:

◆ Take()

template<typename Encoding , typename Allocator = CrtAllocator>
template<typename SourceStream>
unsigned internal::GenericRegex< Encoding, Allocator >::DecodedStream< SourceStream >::Take ( )
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ codepoint_

template<typename Encoding , typename Allocator = CrtAllocator>
template<typename SourceStream>
unsigned internal::GenericRegex< Encoding, Allocator >::DecodedStream< SourceStream >::codepoint_
private

◆ ss_

template<typename Encoding , typename Allocator = CrtAllocator>
template<typename SourceStream>
SourceStream& internal::GenericRegex< Encoding, Allocator >::DecodedStream< SourceStream >::ss_
private

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