Arcane  v3.14.10.0
Documentation développeur
Chargement...
Recherche...
Aucune correspondance
Référence du modèle de la classe BasicIStreamWrapper< StreamType >

Wrapper of std::basic_istream into RapidJSON's Stream concept. Plus de détails...

#include <arcane/utils/internal/json/rapidjson/istreamwrapper.h>

+ Graphe de collaboration de BasicIStreamWrapper< StreamType >:

Types publics

typedef StreamType::char_type Ch
 

Fonctions membres publiques

 BasicIStreamWrapper (StreamType &stream)
 Constructor.
 
 BasicIStreamWrapper (StreamType &stream, char *buffer, size_t bufferSize)
 Constructor.
 
Ch Peek () const
 
Ch Take ()
 
size_t Tell () const
 
void Put (Ch)
 
void Flush ()
 
Ch * PutBegin ()
 
size_t PutEnd (Ch *)
 
const Ch * Peek4 () const
 

Fonctions membres privées

 BasicIStreamWrapper (const BasicIStreamWrapper &)
 
BasicIStreamWrapperoperator= (const BasicIStreamWrapper &)
 
void Read ()
 

Attributs privés

StreamType & stream_
 
Ch peekBuffer_ [4]
 
Ch * buffer_
 
size_t bufferSize_
 
Ch * bufferLast_
 
Ch * current_
 
size_t readCount_
 
size_t count_
 Number of characters read.
 
bool eof_
 

Description détaillée

template<typename StreamType>
class BasicIStreamWrapper< StreamType >

Wrapper of std::basic_istream into RapidJSON's Stream concept.

The classes can be wrapped including but not limited to:

  • std::istringstream
  • std::stringstream
  • std::wistringstream
  • std::wstringstream
  • std::ifstream
  • std::fstream
  • std::wifstream
  • std::wfstream
Paramètres du template
StreamTypeClass derived from std::basic_istream.

Définition à la ligne 50 du fichier istreamwrapper.h.

Documentation des définitions de type membres

◆ Ch

template<typename StreamType >
typedef StreamType::char_type BasicIStreamWrapper< StreamType >::Ch

Définition à la ligne 52 du fichier istreamwrapper.h.

Documentation des constructeurs et destructeur

◆ BasicIStreamWrapper() [1/2]

template<typename StreamType >
BasicIStreamWrapper< StreamType >::BasicIStreamWrapper ( StreamType &  stream)
inline

Constructor.

Paramètres
streamstream opened for read.

Définition à la ligne 58 du fichier istreamwrapper.h.

◆ BasicIStreamWrapper() [2/2]

template<typename StreamType >
BasicIStreamWrapper< StreamType >::BasicIStreamWrapper ( StreamType &  stream,
char *  buffer,
size_t  bufferSize 
)
inline

Constructor.

Paramètres
streamstream opened for read.
bufferuser-supplied buffer.
bufferSizesize of buffer in bytes. Must >=4 bytes.

Définition à la ligne 68 du fichier istreamwrapper.h.

Références RAPIDJSON_ASSERT.

Documentation des fonctions membres

◆ Flush()

template<typename StreamType >
void BasicIStreamWrapper< StreamType >::Flush ( )
inline

Définition à la ligne 79 du fichier istreamwrapper.h.

◆ Peek()

template<typename StreamType >
Ch BasicIStreamWrapper< StreamType >::Peek ( ) const
inline

Définition à la ligne 73 du fichier istreamwrapper.h.

◆ Peek4()

template<typename StreamType >
const Ch * BasicIStreamWrapper< StreamType >::Peek4 ( ) const
inline

Définition à la ligne 84 du fichier istreamwrapper.h.

◆ Put()

template<typename StreamType >
void BasicIStreamWrapper< StreamType >::Put ( Ch  )
inline

Définition à la ligne 78 du fichier istreamwrapper.h.

◆ PutBegin()

template<typename StreamType >
Ch * BasicIStreamWrapper< StreamType >::PutBegin ( )
inline

Définition à la ligne 80 du fichier istreamwrapper.h.

◆ PutEnd()

template<typename StreamType >
size_t BasicIStreamWrapper< StreamType >::PutEnd ( Ch *  )
inline

Définition à la ligne 81 du fichier istreamwrapper.h.

◆ Read()

template<typename StreamType >
void BasicIStreamWrapper< StreamType >::Read ( )
inlineprivate

Définition à la ligne 93 du fichier istreamwrapper.h.

◆ Take()

template<typename StreamType >
Ch BasicIStreamWrapper< StreamType >::Take ( )
inline

Définition à la ligne 74 du fichier istreamwrapper.h.

◆ Tell()

template<typename StreamType >
size_t BasicIStreamWrapper< StreamType >::Tell ( ) const
inline

Définition à la ligne 75 du fichier istreamwrapper.h.

Documentation des données membres

◆ buffer_

template<typename StreamType >
Ch * BasicIStreamWrapper< StreamType >::buffer_
private

Définition à la ligne 111 du fichier istreamwrapper.h.

◆ bufferLast_

template<typename StreamType >
Ch* BasicIStreamWrapper< StreamType >::bufferLast_
private

Définition à la ligne 113 du fichier istreamwrapper.h.

◆ bufferSize_

template<typename StreamType >
size_t BasicIStreamWrapper< StreamType >::bufferSize_
private

Définition à la ligne 112 du fichier istreamwrapper.h.

◆ count_

template<typename StreamType >
size_t BasicIStreamWrapper< StreamType >::count_
private

Number of characters read.

Définition à la ligne 116 du fichier istreamwrapper.h.

◆ current_

template<typename StreamType >
Ch* BasicIStreamWrapper< StreamType >::current_
private

Définition à la ligne 114 du fichier istreamwrapper.h.

◆ eof_

template<typename StreamType >
bool BasicIStreamWrapper< StreamType >::eof_
private

Définition à la ligne 117 du fichier istreamwrapper.h.

◆ peekBuffer_

template<typename StreamType >
Ch BasicIStreamWrapper< StreamType >::peekBuffer_[4]
private

Définition à la ligne 111 du fichier istreamwrapper.h.

◆ readCount_

template<typename StreamType >
size_t BasicIStreamWrapper< StreamType >::readCount_
private

Définition à la ligne 115 du fichier istreamwrapper.h.

◆ stream_

template<typename StreamType >
StreamType& BasicIStreamWrapper< StreamType >::stream_
private

Définition à la ligne 110 du fichier istreamwrapper.h.


La documentation de cette classe a été générée à partir du fichier suivant :