libmoost
moost::io Namespace Reference

IO-related routines used commonly everywhere. More...

Namespaces

namespace  detail

Classes

class  async_stream_forwarder
class  count_rollover
class  timeofday_rollover
class  async_writer
 async_writer is a class that simplifies the mechanics of writing to a file asynchronously. More...
class  block_store
 block_store provides block-level storage by presenting a thread-safe pool of streams, for allocing, reading/writing, freeing More...
class  ionotify
class  data_policy_base
class  loadable
struct  file_backed_data_source_config
class  file_backed_data_source_config_factory
class  file_backed_data_source
class  file_backed_data_source_factory
class  file_operations
 Collection of file operations not easily doable using stdlib functions. More...
class  file_watcher
 Asynchronously watches a path for changes, then notifies a callback function when a change occurs. More...
class  map_store
 map_store provides storage by presenting a thread-safe scoped_stream given a key and requested size More...
class  remote_watcher
 Asynchronously watches a remote file, then notifies a callback function when a change occurs. More...
class  tempdir
class  variable_store
 variable_store provides variable length storage by presenting a thread-safe scoped_stream given a requested size More...

Typedefs

typedef detail::helper helper

Detailed Description

IO-related routines used commonly everywhere.

Copyright © 2008-2013 Last.fm Limited

This file is part of libmoost.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Typedef Documentation

Definition at line 51 of file helper.hpp.