c3d-utils
Public Member Functions
UuIcsC3d::ConstNameRange Struct Reference

A range of strings with const access only. More...

#include <skeleton_info.hpp>

List of all members.

Public Member Functions

 ConstNameRange ()
 Default constructor that makes an empty range.
 ConstNameRange (std::string *begin, std::string *end)
 Constructor taling two iterators.
std::string const * begin () const
 Access to begin iterator (first element).
std::string const * end () const
 Access to end iterator (beyond last element).

Detailed Description

A range of strings with const access only.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations