VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjcore
objectConsolePrinter.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2006 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: objectConsolePrinter.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef objectConsolePrinter_H_
15
#define objectConsolePrinter_H_
16
17
#include <vlutil/vlPrint.h>
18
#include "
vrfobjcore/vrfobjcoreDefines.h
"
19
20
class
DtVrfObject
;
21
24
class
DT_DLL_vrfobjcore
DtObjectConsoleNetworkPrinter
:
public
DtPrinter
25
{
26
private
:
28
DtObjectConsoleNetworkPrinter
();
29
30
public
:
31
DtObjectConsoleNetworkPrinter
(
DtVrfObject
* vrfObj);
32
33
virtual
void
write(
const
std::string &str,
int
notify_level);
34
35
protected
:
36
DtVrfObject
*
myVrfObject
;
37
};
38
42
class
DT_DLL_vrfobjcore
DtObjectConsoleVrlinkPrinter
:
public
DtPrinter
43
{
44
private
:
46
DtObjectConsoleVrlinkPrinter
();
47
48
public
:
49
DtObjectConsoleVrlinkPrinter
(
DtVrfObject
* vrfObj);
50
56
virtual
void
write(
const
std::string& str,
int
notify_level);
57
58
protected
:
59
DtVrfObject
*
myVrfObject
;
60
};
61
62
#endif
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)