Public Member Functions

FBPropertyString Class Reference

Search for all occurrences

Detailed Description

Property class: char * (String).

Definition at line 1127 of file fbproperties.h.

#include <fbproperties.h>

Inheritance diagram for FBPropertyString:
Inheritance graph
[legend]

List of all members.

Public Member Functions

  operator const char * () const
  Overloaded cast to tType operator.
bool  operator== (const char *pValue) const
bool  operator!= (const char *pValue) const
void  operator= (const char *pValue)
  Overloaded = operator.

Member Function Documentation

void operator= ( const char *  pValue ) [inline]

Overloaded = operator.

Set the value of the current object using the Set function.

Parameters:
pValue Value to set for object.

Definition at line 1136 of file fbproperties.h.

{ SetData( &pValue ); }
operator const char * ( ) const [inline]

Overloaded cast to tType operator.

Get the value of the current object using Get fuction.

Returns:
tType cast of current object.

Definition at line 1143 of file fbproperties.h.

{ char* Value; GetData( &Value,sizeof(Value) ); return Value; } 
bool operator== ( const char *  pValue ) const [inline]

Definition at line 1145 of file fbproperties.h.

{ char* Value; GetData( &Value,sizeof(Value) ); return (Value == pValue) || (strcmp(Value, pValue) == 0); }
bool operator!= ( const char *  pValue ) const [inline]

Definition at line 1146 of file fbproperties.h.

{ return ! operator==(pValue); }

The documentation for this class was generated from the following file:

FBPropertyString FBPropertyString FBPropertyString FBPropertyString FBPropertyString FBPropertyString FBPropertyString FBPropertyString FBPropertyString FBPropertyString
FBPropertyString FBPropertyString FBPropertyString FBPropertyString FBPropertyString FBPropertyString FBPropertyString FBPropertyString FBPropertyString FBPropertyString