Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Debug
Commands
CommandBuffer.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "Types.h"
6
#include <queue>
7
#include <string>
8
9
namespace
Eegeo
10
{
11
namespace
Debug
12
{
13
namespace
Commands
14
{
15
class
CommandBuffer
:
protected
Eegeo::NonCopyable
16
{
17
public
:
18
bool
IsEmpty()
const
;
19
void
Append(
const
std::string& text);
20
std::string PopLine();
21
private
:
22
std::queue<std::string> m_commandQueue;
23
};
24
}
25
}
26
}
Generated on Sat Jun 10 2023 02:00:29 for eeGeo Platform SDK by
1.8.3.1