#include <val.h>

Definition at line 264 of file val.h.
Public Member Functions | |
| virtual void | Bind (ivd_LibraryType_e &a_dest) |
| virtual | ~val_LiteralValue () |
Private Attributes | |
| log_CLASSID_m | |
| virtual val_LiteralValue::~val_LiteralValue | ( | ) | [inline, virtual] |
| virtual void val_LiteralValue::Bind | ( | ivd_LibraryType_e & | a_dest | ) | [inline, virtual] |
Reimplemented in val_LibType.
Definition at line 266 of file val.h.
References ie_PARSER_ERROR, and ivd_Error.
00266 { 00267 throw ivd_Error(ie_PARSER_ERROR, "Undefined Bind() member function"); 00268 };
val_LiteralValue::log_CLASSID_m [private] |
Reimplemented in val_Value, val_String, val_StrictString, val_Path, val_Bool, val_Integer, val_Duration, val_Time, val_Size, val_Percentage, val_ObjectName, val_Hostname, val_CliCommand, val_LibType, val_PoolType, val_MediaFamilyType, val_SysVolLocationType, val_FSType, val_DriveCapab, val_DbgLevel, val_DbgFlags, val_Range< CNV, DT >, val_List< CNV, DT >, val_FileNamePattern, val_List< val_StrictString, string >, and val_List< val_FileNamePattern, string >.
1.5.6