Flutter Engine
The Flutter Engine
third_party
dart-lang
sdk
runtime
bin
console.h
Go to the documentation of this file.
1
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
2
// for details. All rights reserved. Use of this source code is governed by a
3
// BSD-style license that can be found in the LICENSE file.
4
5
#ifndef RUNTIME_BIN_CONSOLE_H_
6
#define RUNTIME_BIN_CONSOLE_H_
7
8
#include "
platform/globals.h
"
9
10
namespace
dart
{
11
namespace
bin {
12
13
class
Console
{
14
public
:
15
static
void
SaveConfig
();
16
static
void
RestoreConfig
();
17
18
private
:
19
DISALLOW_ALLOCATION();
20
DISALLOW_IMPLICIT_CONSTRUCTORS(
Console
);
21
};
22
23
}
// namespace bin
24
}
// namespace dart
25
26
#endif
// RUNTIME_BIN_CONSOLE_H_
dart::bin::Console
Definition:
console.h:13
dart::bin::Console::RestoreConfig
static void RestoreConfig()
dart::bin::Console::SaveConfig
static void SaveConfig()
dart
Definition:
dart_vm.cc:33
globals.h
Generated on Sun Jun 23 2024 21:55:22 for Flutter Engine by
1.9.4