Webdar 1.0.0
Web user interface to libdar
Public Member Functions | Public Attributes | List of all members
troncon Struct Reference

defines a substring portion of a existing string (to avoid data copy) More...

#include <webdar_tools.hpp>

Collaboration diagram for troncon:
Collaboration graph
[legend]

Public Member Functions

 troncon (std::string::const_iterator b, std::string::const_iterator e)
 
 troncon (const std::string &ref)
 
bool operator< (const troncon &ref) const
 

Public Attributes

std::string::const_iterator begin
 
std::string::const_iterator end
 

Detailed Description

defines a substring portion of a existing string (to avoid data copy)

Note
as these are iterators on an existing string, these interator should not be used after this string they refer is changed or deleted

The documentation for this struct was generated from the following files: