PLearn 0.1
Public Member Functions | Static Public Member Functions | Static Public Attributes | Static Protected Member Functions | Private Types | Private Member Functions
PLearn::SecondIterationTester Class Reference

#include <SecondIterationTester.h>

Inheritance diagram for PLearn::SecondIterationTester:
Inheritance graph
[legend]
Collaboration diagram for PLearn::SecondIterationTester:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SecondIterationTester ()
virtual void build ()
 Post-constructor.
virtual string classname () const
virtual OptionListgetOptionList () const
virtual OptionMapgetOptionMap () const
virtual RemoteMethodMapgetRemoteMethodMap () const
virtual SecondIterationTesterdeepCopy (CopiesMap &copies) const
void setSplitter (string splitter_template)
 This returns the currently set expdir (see setExperimentDirectory)
virtual void makeDeepCopyFromShallowCopy (CopiesMap &copies)
 Transforms a shallow copy into a deep copy.

Static Public Member Functions

static string _classname_ ()
 Declares name and deepCopy methods.
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 Public Attributes

static StaticInitializer _static_initializer_

Static Protected Member Functions

static void declareOptions (OptionList &ol)
 Declares this class' options.

Private Types

typedef PTester inherited

Private Member Functions

void build_ ()
 This does the actual building.

Detailed Description

Definition at line 49 of file SecondIterationTester.h.


Member Typedef Documentation

Reimplemented from PLearn::PTester.

Definition at line 54 of file SecondIterationTester.h.


Constructor & Destructor Documentation

PLearn::SecondIterationTester::SecondIterationTester ( )

Definition at line 46 of file SecondIterationTester.cc.

{}

Member Function Documentation

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

Declares name and deepCopy methods.

Reimplemented from PLearn::PTester.

Definition at line 65 of file SecondIterationTester.cc.

OptionList & PLearn::SecondIterationTester::_getOptionList_ ( ) [static]

Reimplemented from PLearn::PTester.

Definition at line 65 of file SecondIterationTester.cc.

RemoteMethodMap & PLearn::SecondIterationTester::_getRemoteMethodMap_ ( ) [static]

Reimplemented from PLearn::PTester.

Definition at line 65 of file SecondIterationTester.cc.

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

Reimplemented from PLearn::PTester.

Definition at line 65 of file SecondIterationTester.cc.

Object * PLearn::SecondIterationTester::_new_instance_for_typemap_ ( ) [static]

Reimplemented from PLearn::PTester.

Definition at line 65 of file SecondIterationTester.cc.

StaticInitializer SecondIterationTester::_static_initializer_ & PLearn::SecondIterationTester::_static_initialize_ ( ) [static]

Reimplemented from PLearn::PTester.

Definition at line 65 of file SecondIterationTester.cc.

void PLearn::SecondIterationTester::build ( ) [virtual]

Post-constructor.

The normal implementation should call simply inherited::build(), then this class's build_(). This method should be callable again at later times, after modifying some option fields to change the "architecture" of the object.

Reimplemented from PLearn::PTester.

Definition at line 78 of file SecondIterationTester.cc.

void PLearn::SecondIterationTester::build_ ( ) [private]

This does the actual building.

Reimplemented from PLearn::PTester.

Definition at line 73 of file SecondIterationTester.cc.

{
}
string PLearn::SecondIterationTester::classname ( ) const [virtual]

Reimplemented from PLearn::PTester.

Definition at line 65 of file SecondIterationTester.cc.

void PLearn::SecondIterationTester::declareOptions ( OptionList ol) [static, protected]

Declares this class' options.

Reimplemented from PLearn::PTester.

Definition at line 68 of file SecondIterationTester.cc.

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

Reimplemented from PLearn::PTester.

Definition at line 90 of file SecondIterationTester.h.

SecondIterationTester * PLearn::SecondIterationTester::deepCopy ( CopiesMap copies) const [virtual]

Reimplemented from PLearn::PTester.

Definition at line 65 of file SecondIterationTester.cc.

OptionList & PLearn::SecondIterationTester::getOptionList ( ) const [virtual]

Reimplemented from PLearn::PTester.

Definition at line 65 of file SecondIterationTester.cc.

OptionMap & PLearn::SecondIterationTester::getOptionMap ( ) const [virtual]

Reimplemented from PLearn::PTester.

Definition at line 65 of file SecondIterationTester.cc.

RemoteMethodMap & PLearn::SecondIterationTester::getRemoteMethodMap ( ) const [virtual]

Reimplemented from PLearn::PTester.

Definition at line 65 of file SecondIterationTester.cc.

void PLearn::SecondIterationTester::makeDeepCopyFromShallowCopy ( CopiesMap copies) [virtual]

Transforms a shallow copy into a deep copy.

Reimplemented from PLearn::PTester.

Definition at line 96 of file SecondIterationTester.cc.

void PLearn::SecondIterationTester::setSplitter ( string  splitter_template)

This returns the currently set expdir (see setExperimentDirectory)

Definition at line 87 of file SecondIterationTester.cc.

{ 
 //   splitter = ::PLearn::deepCopy(splitter_template);
    splitter->build();
}

Member Data Documentation

Reimplemented from PLearn::PTester.

Definition at line 90 of file SecondIterationTester.h.


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