OWLNext
7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
tmplinst.cpp
Go to the documentation of this file.
1
//----------------------------------------------------------------------------
2
// ObjectWindows
3
// Copyright (c) 1991, 1996 by Borland International, All Rights Reserved
4
//
5
/// \file
6
/// Module used to explicit expand/export templates used by ObjectWindows
7
//----------------------------------------------------------------------------
8
#include <
owl/pch.h
>
9
10
#include <
owl/template.h
>
11
#include <
owl/contain.h
>
12
13
namespace
owl
{
14
15
OWL_DIAGINFO
;
16
17
namespace
{
char
dummy
[] =
"Not empty!"
; }
18
19
// Generate the necessary instances. ?????????????
20
#if !defined(__GNUC__)
//JJH added pragma option removal
21
#pragma option -Jgd
22
#endif
23
24
#if defined(BI_COMP_BORLANDC)
25
26
/*
27
typedef _OWLCLASS TObjectArray<string> fake_type1;
28
typedef _OWLCLASS TSortedObjectArray<string> fake_type2;
29
typedef _OWLCLASS TObjectArray<int> fake_type4;
30
typedef _OWLCLASS TObjectArray<uint32> fake_type5;
31
*/
32
33
# if defined(_BUILDOWLDLL)
34
// The template instances only need to be generated when building the
35
// ObjectWindows DLL - These instances are exported by OWL and imported
36
// by user code.
37
template
class
_OWLCLASS
TObjectArray<tstring>
;
38
template
class
_OWLCLASS
TSortedObjectArray<tstring>
;
39
template
class
_OWLCLASS
TObjectArray<int>
;
40
template
class
_OWLCLASS
TObjectArray<uint32>
;
41
# endif
42
#endif
43
44
}
// OWL namespace
45
46
VarType
Definition
safearray.h:14
contain.h
Definition of container classes used and made available by OWL.
pch.h
owl
Object Windows Library (OWLNext Core)
Definition
animctrl.h:22
owl::OWL_DIAGINFO
OWL_DIAGINFO
Definition
animctrl.cpp:14
_OWLCLASS
#define _OWLCLASS
Definition
defs.h:338
template.h
Definition of container classes used and made available by OWL.
source
owlcore
tmplinst.cpp
Generated by
1.10.0