PLearn 0.1
|
#include <iostream>
#include <plearn/base/ObjectConversions.h>
#include <plearn/base/Storage.h>
#include <plearn/math/StatsCollector.h>
Go to the source code of this file.
Namespaces | |
namespace | PLearn |
< for swap | |
Functions | |
void | PLearn::notConvertible () |
void | PLearn::convertible () |
void | PLearn::notIndexable () |
void | PLearn::indexable () |
int | main () |
int main | ( | ) |
Definition at line 134 of file object_conversions.cc.
References PLearn::convertible(), PLearn::indexable(), PLearn::notConvertible(), and PLearn::notIndexable().
{ notConvertible(); convertible(); notIndexable(); indexable(); return 0; }