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

A field that maps exactly 1 SDB field to a VMatrix segment (abstract) More...

#include <SDBVMat.h>

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

List of all members.

Public Member Functions

 SDBVMFieldSource1 (SDBVMSource source, real missing_values_mapping=MISSING_VALUE, VMField::FieldType field_type=VMField::UnknownType)
 Use, e.g.

Protected Attributes

SDBVMSource source_

Private Types

typedef SDBVMField inherited

Detailed Description

A field that maps exactly 1 SDB field to a VMatrix segment (abstract)

Definition at line 294 of file SDBVMat.h.


Member Typedef Documentation


Constructor & Destructor Documentation

PLearn::SDBVMFieldSource1::SDBVMFieldSource1 ( SDBVMSource  source,
real  missing_values_mapping = MISSING_VALUE,
VMField::FieldType  field_type = VMField::UnknownType 
) [inline]

Use, e.g.

my_schema("column_name"), to easily get a FieldPtr from a symbolic column name

Definition at line 301 of file SDBVMat.h.

        : inherited(missing_values_mapping,field_type), source_(source) {}

Member Data Documentation


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