PLearn 0.1
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Private Types
PLearn::Z Class Reference
Inheritance diagram for PLearn::Z:
Inheritance graph
[legend]
Collaboration diagram for PLearn::Z:
Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual string classname () const
virtual OptionListgetOptionList () const
virtual OptionMapgetOptionMap () const
virtual RemoteMethodMapgetRemoteMethodMap () const
virtual ZdeepCopy (CopiesMap &copies) const
 Z ()

Static Public Member Functions

static string _classname_ ()
static OptionList_getOptionList_ ()
static RemoteMethodMap_getRemoteMethodMap_ ()
static Object_new_instance_for_typemap_ ()
static bool _isa_ (const Object *o)
static void _static_initialize_ ()
static const PPathdeclaringFile ()
static void declareOptions (OptionList &ol)
 Declare options (data fields) for the class.

Public Attributes

string dummy_option1
TVec< PP< X > > sub_objects
int dummy_option2

Static Public Attributes

static StaticInitializer _static_initializer_

Private Types

typedef Object inherited

Detailed Description

Definition at line 198 of file ObjectGraphIteratorTest.cc.


Member Typedef Documentation

typedef Object PLearn::Z::inherited [private]

Reimplemented from PLearn::Object.

Definition at line 200 of file ObjectGraphIteratorTest.cc.


Constructor & Destructor Documentation

PLearn::Z::Z ( ) [inline]

Definition at line 209 of file ObjectGraphIteratorTest.cc.

{ dummy_option2 = 0; }

Member Function Documentation

string PLearn::Z::_classname_ ( ) [static]

Reimplemented from PLearn::Object.

Definition at line 220 of file ObjectGraphIteratorTest.cc.

{
OptionList & PLearn::Z::_getOptionList_ ( ) [static]

Reimplemented from PLearn::Object.

Definition at line 220 of file ObjectGraphIteratorTest.cc.

{
RemoteMethodMap & PLearn::Z::_getRemoteMethodMap_ ( ) [static]

Reimplemented from PLearn::Object.

Definition at line 220 of file ObjectGraphIteratorTest.cc.

{
bool PLearn::Z::_isa_ ( const Object o) [static]

Reimplemented from PLearn::Object.

Definition at line 220 of file ObjectGraphIteratorTest.cc.

{
Object * PLearn::Z::_new_instance_for_typemap_ ( ) [static]

Reimplemented from PLearn::Object.

Definition at line 220 of file ObjectGraphIteratorTest.cc.

{
StaticInitializer Z::_static_initializer_ & PLearn::Z::_static_initialize_ ( ) [static]

Reimplemented from PLearn::Object.

Definition at line 220 of file ObjectGraphIteratorTest.cc.

{
string PLearn::Z::classname ( ) const [virtual]

Reimplemented from PLearn::Object.

Definition at line 220 of file ObjectGraphIteratorTest.cc.

{
static void PLearn::Z::declareOptions ( OptionList ol) [inline, static]

Declare options (data fields) for the class.

Redefine this in subclasses: call declareOption(...) for each option, and then call inherited::declareOptions(options). Please call the inherited method AT THE END to get the options listed in a consistent order (from most recently defined to least recently defined).

  static void MyDerivedClass::declareOptions(OptionList& ol)
  {
      declareOption(ol, "inputsize", &MyObject::inputsize_,
                    OptionBase::buildoption,
                    "The size of the input; it must be provided");
      declareOption(ol, "weights", &MyObject::weights,
                    OptionBase::learntoption,
                    "The learned model weights");
      inherited::declareOptions(ol);
  }
Parameters:
olList of options that is progressively being constructed for the current class.

Reimplemented from PLearn::Object.

Definition at line 211 of file ObjectGraphIteratorTest.cc.

References PLearn::OptionBase::buildoption, PLearn::declareOption(), dummy_option1, dummy_option2, and sub_objects.

Here is the call graph for this function:

static const PPath& PLearn::Z::declaringFile ( ) [inline, static]

Reimplemented from PLearn::Object.

Definition at line 201 of file ObjectGraphIteratorTest.cc.

:
    string dummy_option1;
Z * PLearn::Z::deepCopy ( CopiesMap copies) const [virtual]

Reimplemented from PLearn::Object.

Definition at line 220 of file ObjectGraphIteratorTest.cc.

{
OptionList & PLearn::Z::getOptionList ( ) const [virtual]

Reimplemented from PLearn::Object.

Definition at line 220 of file ObjectGraphIteratorTest.cc.

{
OptionMap & PLearn::Z::getOptionMap ( ) const [virtual]

Reimplemented from PLearn::Object.

Definition at line 220 of file ObjectGraphIteratorTest.cc.

{
RemoteMethodMap & PLearn::Z::getRemoteMethodMap ( ) const [virtual]

Reimplemented from PLearn::Object.

Definition at line 220 of file ObjectGraphIteratorTest.cc.

{

Member Data Documentation

Reimplemented from PLearn::Object.

Definition at line 201 of file ObjectGraphIteratorTest.cc.

Definition at line 201 of file ObjectGraphIteratorTest.cc.

Referenced by declareOptions().

Definition at line 206 of file ObjectGraphIteratorTest.cc.

Referenced by declareOptions().

Definition at line 205 of file ObjectGraphIteratorTest.cc.

Referenced by declareOptions().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines