Home
last modified time | relevance | path

Searched refs:chain_client (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/iostreams/
Dchain.hpp73 template<typename Chain> class chain_client;
124 typedef chain_client<Self> client_type;
125 friend class chain_client<Self>;
446 class chain_client { class
454 chain_client(chain_type* chn = 0) : chain_(chn ) { } in chain_client() function in boost::iostreams::detail::chain_client
455 chain_client(chain_client* client) : chain_(client->chain_) { } in chain_client() function in boost::iostreams::detail::chain_client
456 virtual ~chain_client() { } in ~chain_client()
Dfiltering_stream.hpp74 boost::iostreams::detail::chain_client<Chain>,
86 boost::iostreams::detail::chain_client<Chain>,
152 boost::iostreams::detail::chain_client< \
/third_party/boost/boost/iostreams/detail/streambuf/
Dchainbuf.hpp47 typedef access_control<chain_client<Chain>, Access> client_type;