GlsMenu
gls_menu_data.h File Reference

This file defines all menu meta-data classes. More...

#include "gls_functor.h"
#include <iomanip>
#include <iostream>
#include <stdio.h>
#include <string>
#include "disti_metadata.h"
#include "gls_menu_data.inl"

Go to the source code of this file.

Data Structures

class  GlsMenuData
 
class  GlsMenuData_T< T >
 
class  GlsMenuDiscrete_T< T >
 
class  GlsMenuLine
 
class  GlsMenuDataContainer_T< T >
 
class  GlsMenuDataMap_T< MapT >
 

Functions

bool GetQuoted (std::istream &instr, std::string &theString)
 

Detailed Description

This file defines all menu meta-data classes.

Copyright Information

Copyright (c) 2012 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.

Definition in file gls_menu_data.h.

Function Documentation

bool GetQuoted ( std::istream &  instr,
std::string &  theString 
)

Convienence function for getting quoted or unqoted strings. Will get the next quoted or unquoted string. Returns false if the end of line is found. String is not valid if returns false.

Referenced by GlsMenuSet_T< MenuType_t, DataFactory_t >::IncData(), GlsMenuSet_T< MenuType_t, DataFactory_t >::SetData(), GlsMenuSet_T< MenuType_t, DataFactory_t >::SetDataNoExpand(), and GlsMenuSet_T< MenuType_t, DataFactory_t >::ToggleData().