Plugin::AviSynth25::AVSValue Class Reference

List of all members.

Public Member Functions

 AVSValue ()
 AVSValue (IClip *c)
 AVSValue (const PClip &c)
 AVSValue (bool b)
 AVSValue (int i)
 AVSValue (float f)
 AVSValue (double f)
 AVSValue (const char *s)
 AVSValue (const AVSValue *a, int size)
 AVSValue (const AVSValue &v)
 ~AVSValue ()
AVSValueoperator= (const AVSValue &v)
bool Defined () const
bool IsClip () const
bool IsBool () const
bool IsInt () const
bool IsFloat () const
bool IsString () const
bool IsArray () const
PClip AsClip () const
bool AsBool () const
int AsInt () const
const char * AsString () const
double AsFloat () const
bool AsBool (bool def) const
int AsInt (int def) const
double AsFloat (double def) const
const char * AsString (const char *def) const
int ArraySize () const
const AVSValueoperator[] (int index) const

Detailed Description

Definition at line 1441 of file plugins.cpp.


The documentation for this class was generated from the following file:
Generated on Tue Dec 13 14:49:43 2005 for guliverkli by  doxygen 1.4.5