PEBL 2.2
Psychology Experiment Building Language - Cross-platform psychological experiment development system
PEventLoop.cpp File Reference
#include "PEventLoop.h"
#include "PDevice.h"
#include "PEventQueue.h"
#include "../platforms/sdl/PlatformEventQueue.h"
#include "../base/FunctionMap.h"
#include "../apps/Globals.h"
#include "../base/Evaluator.h"
#include "../base/PComplexData.h"
#include "../base/PEBLObject.h"
#include "../base/grammar.tab.hpp"
#include "../utility/Defs.h"
#include "../libs/PEBLEnvironment.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &out, const PEventLoop &loop)
 

Variables

PlatformEventQueuegEventQueue
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream &  out,
const PEventLoop loop 
)

Definition at line 480 of file PEventLoop.cpp.

481{
482
483 out << "PEBL Event Loop: " << flush;
484 loop.Print(out);
485 return out;
486
487}
void Print(std::ostream &out) const

References PEventLoop::Print().

Variable Documentation

◆ gEventQueue

PlatformEventQueue* gEventQueue
extern

Definition at line 105 of file PEBLObjects.cpp.