CYCLUS
Namespaces | Macros
env.cc File Reference
#include "env.h"
#include <cstring>
#include <string>
#include <algorithm>
#include <sys/stat.h>
#include <utility>
#include <vector>
#include "boost/algorithm/string.hpp"
#include "boost/filesystem.hpp"
#include "logger.h"
#include "platform.h"
#include "pyhooks.h"

Go to the source code of this file.

Namespaces

 cyclus
 

Macros

#define SHOW(X)   std::cout << __FILE__ << ":" << __LINE__ << ": "#X" = " << X << "\n"
 

Macro Definition Documentation

◆ SHOW

#define SHOW (   X)    std::cout << __FILE__ << ":" << __LINE__ << ": "#X" = " << X << "\n"

Definition at line 173 of file env.cc.