VR-Forces Developer's Guide
Home
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfutil
noneBalancer.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2023 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include "
vrfutil/vrfutilDefines.h
"
9
#include <string>
10
11
class
DtString
;
12
class
DtAddressMap
;
13
class
DtVrfFileParser
;
14
class
DtList;
15
17
class
DT_DLL_vrfutil
DtNoneBalancer
18
{
19
public
:
21
DtNoneBalancer
();
22
24
virtual
~
DtNoneBalancer
();
25
27
static
bool
balance(
DtAddressMap
* map,
const
DtVrfFileParser
*,
const
DtList* backends,
bool
& remapped,
void
* usr,
const
DtString
&);
28
29
static
std::string
Type
() {
return
"DtNoneBalancer"
; };
30
31
private
:
32
34
DtNoneBalancer
(
const
DtNoneBalancer
& orig);
35
37
DtNoneBalancer
& operator=(
const
DtNoneBalancer
& orig);
38
};
vrfutilDefines.h
DtAddressMap
Definition:
addressMap.h:24
DtNoneBalancer
No-op balancer.
Definition:
noneBalancer.h:17
DtNoneBalancer::Type
static std::string Type()
Definition:
noneBalancer.h:29
DT_DLL_vrfutil
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition:
vrfutilDefines.h:34
DtVrfFileParser
Definition:
vrfFileParser.h:30
DtString
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
)