Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Modules
Here is a list of all modules:
[detail level 12]
 gathergather() takes a collection of elements defined by a pair of iterators and moves the ones satisfying a predicate to them to a position (called the pivot) within the sequence
 boost::asio::buffer_sizeThe boost::asio::buffer_size function determines the total number of bytes in a buffer or buffer sequence
 boost::asio::buffer_castThe boost::asio::buffer_cast function is used to obtain a pointer to the underlying memory region associated with a buffer
 boost::asio::bufferThe boost::asio::buffer function is used to create a buffer object to represent raw memory, an array of POD elements, a vector of POD elements, or a std::string
 boost::asio::buffer_copyThe boost::asio::buffer_copy function is used to copy bytes from a source buffer (or buffer sequence) to a target buffer (or buffer sequence)
 Completion Condition Function ObjectsFunction objects used for determining when a read or write operation should complete
 boost::asio::connectEstablishes a socket connection by trying each endpoint in a sequence
 boost::asio::async_connectAsynchronously establishes a socket connection by trying each endpoint in a sequence
 boost::asio::asio_handler_invokeDefault invoke function for handlers
 boost::asio::readAttempt to read a certain amount of data from a stream before returning
 boost::asio::async_readStart an asynchronous operation to read a certain amount of data from a stream
 boost::asio::read_atAttempt to read a certain amount of data at the specified offset before returning
 boost::asio::async_read_atStart an asynchronous operation to read a certain amount of data at the specified offset
 boost::asio::read_untilRead data into a streambuf until it contains a delimiter, matches a regular expression, or a function object indicates a match
 boost::asio::async_read_untilStart an asynchronous operation to read data into a streambuf until it contains a delimiter, matches a regular expression, or a function object indicates a match
 boost::asio::spawnStart a new stackful coroutine
 boost::asio::writeWrite a certain amount of data to a stream before returning
 boost::asio::async_writeStart an asynchronous operation to write a certain amount of data to a stream
 boost::asio::write_atWrite a certain amount of data at a specified offset before returning
 boost::asio::async_write_atStart an asynchronous operation to write a certain amount of data at the specified offset
 Adaptors (boost::geometry::index::adaptors::)
 Nearest relations (boost::geometry::index::)
 Inserters (boost::geometry::index::)
 Predicates (boost::geometry::index::)
 R-tree free functions (boost::geometry::index::)
 STL-like AlgorithmsImage view-equivalents of STL algorithms
 Performance overloads of STL algorithmsOverloads of STL algorithms allowing more efficient implementation when used with GIL constructs
 bit_aligned_pixel_iteratorAn iterator over non-byte-aligned pixels
 bit_aligned_pixel_referenceA heterogeneous color base representing pixel that may not be byte aligned, i.e
 bit_aligned_pixel_referenceA heterogeneous pixel reference used to represent non-byte-aligned pixels
 scoped_channel_valueA channel adaptor that modifies the range of the source channel
 packed_channel_valueRepresents the value of an unsigned integral channel operating over a bit range
 packed_channel_referenceRepresents a reference proxy to a channel operating over a bit range whose offset is fixed at compile time
 packed_dynamic_channel_referenceRepresents a reference proxy to a channel operating over a bit range whose offset is specified at run time
 bits88-bit unsigned integral channel type (typedef from uint8_t)
 bits1616-bit unsigned integral channel type (typedef from uint16_t)
 bits3232-bit unsigned integral channel type (typedef from uint32_t)
 bits8s8-bit signed integral channel type (typedef from int8_t)
 bits16s16-bit signed integral channel type (typedef from int16_t)
 bits32s32-bit signed integral channel type (typedef from int32_t)
 bits32f32-bit floating point channel type with range [0.0f ..
 channel_convertConverting from one channel type to anotherConversion is done as a simple linear mapping of one channel range to the other, such that the minimum/maximum value of the source maps to the minimum/maximum value of the destination
 channel_multiplyMultiplying unsigned channel values of the same type
 channel_invertReturns the inverse of a channel
 detail::homogeneous_color_baseA homogeneous color base holding one color element
 sizeSize: Semantic channel size
 kth_semantic_element_type, kth_semantic_element_reference_type, kth_semantic_element_const_reference_type, semantic_at_cSemantic_at_c: Semantic channel accessors
 color_element_type, color_element_reference_type, color_element_const_reference_type, get_color, contains_colorGet_color: Named channel accessors
 element_type, element_reference_type, element_const_reference_typeElement_type, element_reference_type, element_const_reference_type: Support for homogeneous color bases
 static_min, static_maxEquivalents to std::min_element and std::max_element for homogeneous color bases
 static_equalEquivalent to std::equal
 static_copyEquivalent to std::copy
 static_fillEquivalent to std::fill
 static_generateEquivalent to std::generate
 static_transformEquivalent to std::transform
 static_for_eachEquivalent to std::for_each
 Color Space ConverionSupport for conversion between pixels of different color spaces and channel depths
 PixelIteratorConceptSTL iterator over pixels
 StepIteratorConceptIterator that advances by a specified step
 IteratorAdaptorConceptAdaptor over another iterator
 RandomAccessNDLocatorConceptLOCATOR CONCEPTS
 RandomAccess2DLocatorConcept2-dimensional locator
 PixelLocatorConcept2-dimensional locator over pixel data
 ImageViewNDLocatorConceptIMAGE VIEW CONCEPTS
 ImageView2DConcept2-dimensional range
 ImageViewConcept2-dimensional range over pixel data
 Image View From Raw DataMethods for constructing image views from raw data and for getting raw data from views
 Image View TransformationsMethods for constructing one image view from another
 iterator_from_2dITERATOR FROM 2D ADAPTOR
 xxx_is_basicTYPE ANALYSIS METAFUNCTIONS Predicate metafunctions determining properties of GIL types
 xxx_is_stepDetermines if the given iterator/locator/view has a step that could be set dynamically
 xxx_is_mutableDetermines if the given pixel reference/iterator/locator/view is mutable (i.e
 xxx_typeTYPE FACTORY METAFUNCTIONS Metafunctions returning GIL types from other GIL types
 xxx_type_from_pixelReturns the type of a GIL construct given its pixel type, whether it is planar, step, mutable, etc
 derived_xxx_typeReturns the type of a homogeneous GIL construct given a related construct by changing some of its properties
 packed_pixelA heterogeneous color base whose elements are reference proxies to channels in a pixel
 packed_pixelA heterogeneous pixel used to represent packed pixels with non-byte-aligned channels
 Pointer to packed_pixel<P,CR,Layout>Support for interleaved iterators over packed pixel
 pixelA homogeneous color base whose element is a channel value
 pixelA homogeneous pixel value
 C pointer to a pixelIterators over interleaved pixels
 dereference_iterator_adaptorAn iterator that invokes a provided function object upon dereference
 planar_pixel_iteratorA homogeneous color base whose element is a channel iterator
 planar_pixel_iteratorAn iterator over planar pixels
 planar_pixel_referenceA homogeneous color base whose element is a channel reference
 planar_pixel_referenceA reference proxy to a planar pixel
 position_iteratorAn iterator that remembers its current X,Y position and invokes a function object with it upon dereferencing
 step iteratorsIterators that allow for specifying the step between two adjacent values
 Boundary AnalysisThis module contains all operations required for boundary analysis of text: character, word, like and sentence boundaries
 CollationThis module introduces collation related classes
 Text ConversionsThis module provides various function for string manipulation like Unicode normalization, case conversion etc
 Date, Time, Timezone and Calendar manipulationsThis module provides various calendar, timezone and date time services
 Character conversion functions
 FormatThis module provides printf like functionality integrated into iostreams and suitable for localization
 Message Formatting (translation)This module provides message translation functionality, i.e
 Logical operations
 ColorNameModel
 PixelBasedAlgorithmExample:
 PointModelExample:
 PointAlgorithmExample: