PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
PEBLObject.cpp File Reference
#include "PEBLObject.h"
#include "../base/PComplexData.h"
#include "../utility/PError.h"
#include "../utility/PEBLUtility.h"
#include <stdio.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const PEBLObjectBase &object)
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  out,
const PEBLObjectBase object 
)

Definition at line 159 of file PEBLObject.cpp.

160{
161 object.SendToStream(out);
162 return out;
163}