findColumn(const string &name, int &position, int &start, int &precision) const | PLearn::Schema | |
findColumn(int position) const | PLearn::Schema | |
findColumn(const string &name) const | PLearn::Schema | |
inherited typedef | PLearn::Schema | [private] |
operator()(int position) const | PLearn::Schema | [inline] |
operator()(const string &name) const | PLearn::Schema | [inline] |
Schema() | PLearn::Schema | [inline] |
Schema(size_type n, const T &value) | PLearn::Schema | [inline] |
Schema(int n, const T &value) | PLearn::Schema | [inline] |
Schema(long n, const T &value) | PLearn::Schema | [inline] |
Schema(size_type n) | PLearn::Schema | [inline, explicit] |
Schema(const Schema &x) | PLearn::Schema | [inline] |
Schema(const_iterator first, const_iterator last) | PLearn::Schema | [inline] |
T typedef | PLearn::Schema | [private] |