IOSS 2.0
Loading...
Searching...
No Matches
Ioss_Tracer.h
Go to the documentation of this file.
1/*
2 * Copyright(C) 1999-2020, 2022 National Technology & Engineering Solutions
3 * of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
4 * NTESS, the U.S. Government retains certain rights in this software.
5 *
6 * See packages/seacas/LICENSE for details
7 */
8#pragma once
9
10#include "ioss_export.h"
11
12namespace Ioss {
13 class IOSS_EXPORT Tracer
14 {
15 public:
16 explicit Tracer(const char *function);
17 ~Tracer();
18
19 private:
20 static int level;
21 };
22} // namespace Ioss
Definition Ioss_Tracer.h:14
static int level
Definition Ioss_Tracer.h:20
The main namespace for the Ioss library.
Definition Ioad_DatabaseIO.C:40