Rapicorn - Experimental UI Toolkit - Source Code  13.07.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions | Public Attributes | Friends
Rapicorn::UpdateSpan Struct Reference

Structure identifying an index span. More...

#include <interfaces.idl>

List of all members.

Public Member Functions

std::string __aida_type_name__ () const
Rapicorn::Aida::TypeCode __aida_type_code__ () const
bool operator== (const UpdateSpan &other) const
bool operator!= (const UpdateSpan &other) const
void operator<<= (Rapicorn::Aida::Any &any)
 UpdateSpan (int _start, int _length)

Public Attributes

int32 start
 Start of the span.
int32 length
 Length of the span.

Friends

void operator<<= (Rapicorn::Aida::Any &any, const UpdateSpan &rec)

Detailed Description

Structure identifying an index span.

Specification of a span with start position and extent length. The upper bound is retrieved by start + length.


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