VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
scopedElapsedTimePrinter.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2024 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
6 #pragma once
7 
9 
10 #include <vlutil/vlTime.h>
11 #include <string>
12 #include <iostream>
13 
15 {
16 public:
17  DtScopedElapsedTimePrinter(const std::string& name);
19 protected:
21  std::string myName;
22  std::ostream& myDefaultOutput;
23 };
std::ostream & myDefaultOutput
Definition: scopedElapsedTimePrinter.h:22
std::string myName
Definition: scopedElapsedTimePrinter.h:21
Definition: scopedElapsedTimePrinter.h:14
#define DT_DLL_vrfqtprocesscontrol
This file is used to determine how to build.
Definition: vrfQtProcessControlDefines.h:23
DtClock myClock
Definition: scopedElapsedTimePrinter.h:20

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)