#include "Particles/Attribute.h"
#include "Utilities/Inform.h"
#include "Utilities/PAssert.h"
#include <iostream>
#include <fstream>
Classes | |
class | AttributeWrapper< T > |
AttributeWrapper<T> is a subclass of the abstract base class Attribute. More... | |
Functions | |
template<class T > | |
std::ostream & | operator<< (std::ostream &o, const AttributeWrapper< T > &attrib) |
This is basically a standard external polymorphism mechanism for objects of various types, for example for wrapping DynamicArray objects.
std::ostream& operator<< | ( | std::ostream & | o, | |
const AttributeWrapper< T > & | attrib | |||
) | [inline] |