rwlogo
Rogue Wave Views 5.6

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

IliName Class Reference

A user interface class. More...

#include <ilviews/dataccess/schema.h>

List of all members.

Public Member Functions

 IliName (const char *name)
 This constructor initializes an IliName object that stands for name.
 operator const char * ()
 Returns the string value.

Detailed Description

A user interface class.

Library: dataccess

This class is used to replace the const char* type in some function prototypes, in order to avoid function overloading ambiguities. In most cases, it may be considered as synonymous with const char*.


Constructor & Destructor Documentation

IliName::IliName ( const char *  name  ) 

This constructor initializes an IliName object that stands for name.

Note that name is not copied.

Parameters:
name The value.

Member Function Documentation

IliName::operator const char * (  ) 

Returns the string value.

Returns:
The value.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends

© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.