GL Studio C++ Runtime API
|
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 | |
namespace | disti |
Force inclusion of the DirectShow library. | |
Macros | |
#define | IF_GLS_DEBUG_ATTRIBUTE_NAMES(x) |
Macro to exclude attribute name debug code when not used. | |
Functions | |
std::ostream & | operator<< (std::ostream &outstr, const AttributeName &name) |
bool | operator== (const AttributeName &attr1, const AttributeName &attr2) |
bool | operator!= (const AttributeName &attr1, const AttributeName &attr2) |
bool | operator== (const AttributeName &lName, const char *rName) |
bool | operator== (const char *lName, const AttributeName &rName) |
bool | operator== (const std::string &lName, const AttributeName &rName) |
bool | operator== (const AttributeName &lName, const std::string &rName) |
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) |
DistiAttribDict::const_iterator | end (const DistiAttribDict &dict) |
DistiAttribDict::iterator | begin (DistiAttribDict &dict) |
DistiAttribDict::iterator | end (DistiAttribDict &dict) |
Variables | |
const int | MAX_ATTRIBUTE_NAME_LENGTH = 128 |
Unused, remains for backward compatibility. | |
The disti metadata.
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.