PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
PEBLPath.cpp File Reference
#include "PEBLPath.h"
#include "../base/Variant.h"
#include "PError.h"
#include "BinReloc.h"
#include "PEBLUtility.h"
#include <sys/stat.h>
#include <list>
#include <string>
#include <iostream>

Go to the source code of this file.

Functions

ostream & operator<< (ostream &out, const PEBLPath &path)
 

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream &  out,
const PEBLPath path 
)

Definition at line 450 of file PEBLPath.cpp.

451{
452 return path.Print(out);
453
454}
std::ostream & Print(std::ostream &out) const
Definition PEBLPath.cpp:434

References PEBLPath::Print().