text::RangeImpl Struct Reference

#include <document_impl.h>

Collaboration diagram for text::RangeImpl:
Collaboration graph
[legend]

Public Member Functions

 RangeImpl (const Range &range)
 ~RangeImpl ()

Data Fields

UDSStringstart_anchor
UDSStringend_anchor

Detailed Description

Definition at line 45 of file plaintext/plugin_impl/document_impl.h.


Constructor & Destructor Documentation

text::RangeImpl::RangeImpl ( const Range range  )  [inline]

Definition at line 48 of file plaintext/plugin_impl/document_impl.h.

References text::Range::end, end_anchor, text::Range::start, start_anchor, and text::Position::to_string().

00049     {
00050         start_anchor = new StringImpl(range.start.to_string());
00051         end_anchor = new StringImpl(range.end.to_string());
00052     }

Here is the call graph for this function:

text::RangeImpl::~RangeImpl (  )  [inline]

Definition at line 54 of file plaintext/plugin_impl/document_impl.h.

References end_anchor, and start_anchor.

00055     {
00056         delete start_anchor;
00057         delete end_anchor;
00058     }


Field Documentation

Definition at line 62 of file plaintext/plugin_impl/document_impl.h.

Referenced by RangeImpl(), and ~RangeImpl().

Definition at line 61 of file plaintext/plugin_impl/document_impl.h.

Referenced by RangeImpl(), and ~RangeImpl().


The documentation for this struct was generated from the following file:
Generated by  doxygen 1.6.2-20100208