#include <iostream>
Go to the source code of this file.
|
| #define | PHWHERE __FILE__ << ":" << __LINE__ << ": " |
| |
| #define | PHMESSAGE(x) do {std::cout << PHWHERE << (x) << std::endl;} while(0) |
| |
| #define | PHOOL_VIRTUAL_WARNING do {std::cout << PHWHERE << "using virtual function, doing nothing" << std::endl;} while (0) |
| |
| #define | PHOOL_VIRTUAL_WARN(x) do {std::cout << PHWHERE << "using virtual function " << x << " doing nothing" << std::endl;} while (0) |
| |
|
| void | PHMessage (const std::string &, int, const std::string &) |
| |
|
| static const int | False = 0 |
| |
| static const int | True = 1 |
| |
◆ PHMESSAGE
| #define PHMESSAGE |
( |
|
x | ) |
do {std::cout << PHWHERE << (x) << std::endl;} while(0) |
◆ PHOOL_VIRTUAL_WARN
| #define PHOOL_VIRTUAL_WARN |
( |
|
x | ) |
do {std::cout << PHWHERE << "using virtual function " << x << " doing nothing" << std::endl;} while (0) |
◆ PHOOL_VIRTUAL_WARNING
| #define PHOOL_VIRTUAL_WARNING do {std::cout << PHWHERE << "using virtual function, doing nothing" << std::endl;} while (0) |
◆ PHWHERE
| #define PHWHERE __FILE__ << ":" << __LINE__ << ": " |
◆ PHBoolean
◆ PHAccessType
| Enumerator |
|---|
| PHReadOnly | |
| PHWrite | |
| PHUpdate | |
Definition at line 15 of file phool.h.
◆ PHMessageType
| Enumerator |
|---|
| PHError | |
| PHWarning | |
| PHHullo | |
Definition at line 14 of file phool.h.
◆ PHTreeType
| Enumerator |
|---|
| PHEventTree | |
| PHRunTree | |
Definition at line 16 of file phool.h.
◆ PHMessage()
| void PHMessage |
( |
const std::string & |
functionName, |
|
|
int |
messageType, |
|
|
const std::string & |
message |
|
) |
| |
◆ False
Definition at line 9 of file phool.h.
Referenced by PHDataNodeIterator::AddIODataNode(), PHCompositeNode::addNode(), PHPointerList< T >::append(), PHNodeIterator::cd(), PHTypedNodeIterator< T >::insert(), PHPointerList< T >::insertAt(), PHNodeIOManager::isSelected(), PHNode::makeTransient(), PHNodeIOManager::read(), PHNodeIOManager::SetCompressionLevel(), PHNodeIOManager::setFile(), and PHNodeIOManager::write().
◆ True