Open C++ Libraries.org develop
Loading...
Searching...
No Matches
rope_fwd.hpp File Reference

Basic forward definitions of the rope type. More...

#include <ocl/tproc/detail/config.hpp>
#include "rope_fwd.inl"
Include dependency graph for rope_fwd.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ocl::tproc::basic_rope< CharT, Traits, Allocator >
 This class implements a rope type for any CharT type. More...
 

Namespaces

namespace  ocl
 Memory allocator for OCL support.
 
namespace  ocl::tproc
 AMLALE: SourcePair desrves documentation by themselves.
 

Typedefs

using ocl::tproc::crope = basic_rope< char >
 
using ocl::tproc::wrope = basic_rope< wchar_t >
 

Detailed Description

Basic forward definitions of the rope type.