stdex
Additional custom or not Standard C++ covered algorithms
Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
stdex::basic_sharedstrbuf< _Elem, _Traits > Class Template Reference

Shared-memory string buffer. More...

#include <stdex/ios.hpp>

Inheritance diagram for stdex::basic_sharedstrbuf< _Elem, _Traits >:

Public Member Functions

 basic_sharedstrbuf (const _Elem *data, size_t size)
 
 basic_sharedstrbuf (const basic_sharedstrbuf< _Elem, _Traits > &other)
 
basic_sharedstrbuf< _Elem, _Traits > & operator= (const basic_sharedstrbuf< _Elem, _Traits > &other)
 

Protected Member Functions

virtual pos_type seekoff (off_type off, std::ios_base::seekdir way, std::ios_base::openmode which=std::ios_base::in|std::ios_base::out)
 
virtual pos_type __CLR_OR_THIS_CALL seekpos (pos_type pos, std::ios_base::openmode which=std::ios_base::in|std::ios_base::out)
 

Detailed Description

template<class _Elem, class _Traits>
class stdex::basic_sharedstrbuf< _Elem, _Traits >

Shared-memory string buffer.


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