TT CORE SDK
2.0.1.1
TT CORE SDK documentation
Loading...
Searching...
No Matches
shared_base.h
Go to the documentation of this file.
1
/***************************************************************************
2
*
3
* Unpublished Work Copyright (c) 2018-2020
4
* Trading Technologies International, Inc.
5
* All Rights Reserved Worldwide
6
*
7
* * * * S T R I C T L Y P R O P R I E T A R Y * * *
8
*
9
* WARNING: This program (or document) is unpublished, proprietary property
10
* of Trading Technologies International, Inc. and is to be maintained in
11
* strict confidence. Unauthorized reproduction, distribution or disclosure
12
* of this program (or document), or any program (or document) derived from
13
* it is prohibited by State and Federal law, and by local law outside of
14
* the U.S.
15
*
16
***************************************************************************/
17
#pragma once
18
19
namespace
ttsdk
20
{
21
class
shared_base_impl;
22
class
shared_base
23
{
24
public
:
25
shared_base
();
26
virtual
~shared_base
();
27
int
dec_ref
()
const
;
28
void
inc_ref
()
const
;
29
virtual
void
del_ref
()
const
;
30
31
private
:
32
shared_base_impl
* impl_;
33
};
34
}
ttsdk::shared_base
Definition
shared_base.h:23
ttsdk::shared_base::del_ref
virtual void del_ref() const
ttsdk::shared_base::~shared_base
virtual ~shared_base()
ttsdk::shared_base::inc_ref
void inc_ref() const
ttsdk::shared_base::dec_ref
int dec_ref() const
ttsdk::shared_base::shared_base
shared_base()
ttsdk::shared_ptr
Definition
shared_ptr.h:26
ttsdk
Definition
account.h:21
Header Files
shared_base.h
Generated by
1.10.0