Logo ROOT  
Reference Guide
REveElement.hxx File Reference
#include <ROOT/REveTypes.hxx>
#include <ROOT/REveVector.hxx>
#include <ROOT/REveProjectionBases.hxx>
#include <memory>
#include <cstdint>
#include <map>
#include <string>
#include <vector>
Include dependency graph for REveElement.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Experimental::REveAunt
 
class  ROOT::Experimental::REveAuntAsList
 
class  ROOT::Experimental::REveElement
 

Namespaces

namespace  nlohmann
 namespace for Niels Lohmann
 
namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Experimental
 

Macros

#define INCLUDE_NLOHMANN_JSON_FWD_HPP_
 use temporary solution for forwarding of nlohmann::json after version of 3.1.0 it is included in official releases see https://github.com/nlohmann/json/issues/314 More...
 

Typedefs

using nlohmann::json = basic_json<>
 default JSON class More...
 
using nlohmann::ordered_json = basic_json< nlohmann::ordered_map >
 ordered JSON class More...
 

Macro Definition Documentation

◆ INCLUDE_NLOHMANN_JSON_FWD_HPP_

#define INCLUDE_NLOHMANN_JSON_FWD_HPP_

use temporary solution for forwarding of nlohmann::json after version of 3.1.0 it is included in official releases see https://github.com/nlohmann/json/issues/314

Definition at line 28 of file REveElement.hxx.