#include <iostream>
#include <strstream>
#include "Core/Array/Pattern/PxSystem.h"
Include dependency graph for PxxStream.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
namespace | Impala::Core::Array::Pattern |
Defines | |
#define | PX_ENDL std::endl |
#define | PX_ENDS std::ends |
#define | PX_CIN if (PxMyCPU()==PxInCPU()) std::cout |
#define | PX_CIN_ON(cpu) if (PxMyCPU()==cpu) std::cout |
#define | PX_CIN_ON_ALL std::cout |
#define | PX_COUT if (PxMyCPU()==PxOutCPU()) std::cout |
#define | PX_COUT_ON(cpu) if (PxMyCPU()==cpu) std::cout |
#define | PX_COUT_ON_ALL std::cout |
#define | PX_CERR if (PxMyCPU()==PxOutCPU()) std::cerr |
#define | PX_CERR_ON(cpu) if (PxMyCPU()==cpu) std::cerr |
#define | PX_CERR_ON_ALL std::cerr |
#define | PX_SETW std::setw |
#define | PX_ISTREAM std::istream |
#define | PX_OSTREAM std::ostream |
#define | PX_IFSTREAM std::ifstream |
#define | PX_OFSTREAM std::ofstream |
#define | PX_OSTRSTREAM std::ostrstream |
#define | PX_OSTRINGSTREAM std::ostringstream |