GL Studio C++ Runtime API
disti_metadata.h File Reference

The disti metadata. More...

#include "disti_include.h"
#include "dynamic_array.h"
#include "gls_cpp_lang_support.h"
#include "scoped_ptr.h"
#include "unhide_globals.h"
#include "weak_reference.h"
#include "weak_referenceable_mixin.h"
#include <cfloat>
#include <cstdarg>
#include <cstring>
#include <iostream>
#include <list>
#include <map>
#include <sstream>

Go to the source code of this file.

Classes

class  AttributeName
 
class  AttributeObserver
 
class  DistiAttributeBase
 
class  AttributeMethodCallback< T >
 
class  AttributeResourceCallback< T >
 
class  AttributeChangedNotifier
 
class  DistiAttribute< T >
 
class  DistiAttribDict
 
class  DistiAttributeEnumStringPair
 
class  DistiAttributeEnumDefList
 
class  DistiAttributeEnum< containerClass, setType, getType >
 

Namespaces

 disti
 

Functions

std::ostream & operator<< (std::ostream &outstr, const AttributeName &name)
 Defines the stream out operator.
 
bool operator== (const AttributeName &attr1, const AttributeName &attr2)
 
bool operator!= (const AttributeName &attr1, const AttributeName &attr2)
 
bool operator== (const AttributeName &lName, const char *rName)
 Defines various == operators which makes the users syntax easier.
 
template<class Class >
AttributeObserver * CreateAttributeMethodCallback (Class *const obj, const typename AttributeMethodCallback< Class >::Callback method)
 
template<class Class >
AttributeObserver * CreateAttributeResourceCallback (Class *const obj, const char *attributeName)
 
template<class T >
void SetAndNotifyIfChanged (AttributeChangedNotifier *object, T &property, const T &newValue, const AttributeName &name)
 
DistiAttribDict::const_iterator begin (const DistiAttribDict &dict)
 

Detailed Description

The disti metadata.

Copyright Information

Copyright (c) 2017 by The DiSTI Corporation.
11301 Corporate Blvd; Suite 100
Orlando, Florida 32817
USA

All rights reserved.

This Software contains proprietary trade secrets of DiSTI and may not be reproduced, in whole or part, in any form, or by any means of electronic, mechanical, or otherwise, without the written permission of DiSTI. Said permission may be derived through the purchase of applicable DiSTI product licenses which detail the distribution rights of this content and any Derivative Works based on this or other copyrighted DiSTI Software.

NO WARRANTY. THE SOFTWARE IS PROVIDED "AS-IS," WITHOUT WARRANTY OF ANY KIND, AND ANY USE OF THIS SOFTWARE PRODUCT IS AT YOUR OWN RISK. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, DISTI AND ITS SUPPLIERS DISCLAIM ALL WARRANTIES AND CONDITIONS, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT, WITH REGARD TO THE SOFTWARE.

LIMITATION OF LIABILITY. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL DISTI OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR ANY OTHER PECUNIARY LOSS) ARISING OUT OF THE USE OF OR INABILITY TO USE THE SOFTWARE, EVEN IF DISTI HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. DISTI'S ENTIRE LIABILITY AND YOUR EXCLUSIVE REMEDY SHALL NOT EXCEED FIVE DOLLARS (US$5.00).

The aforementioned terms and restrictions are governed by the laws of the State of Florida and the United States of America.