Views
Data Access Package API Reference Guide
Product Documentation:
Views Documentation Home
List of all members | Public Member Functions
IliName Class Reference

A user interface class. More...

#include <ilviews/dataccess/schema.h>

Public Member Functions

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

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::IliName ( const char *  name)

This constructor initializes an IliName object that stands for name.

Parameters
nameThe value, that is not copied.

Member Function Documentation

◆ operator const char *()

IliName::operator const char * ( )

Returns the string value.

Returns
The value.