Honeycomb
0.1
Component-Model Framework
Main Page
Modules
Namespaces
Classes
Files
Examples
File List
File Members
src
ios
Honey
Misc
platform
Debug.h
Go to the documentation of this file.
1
// Honeycomb, Copyright (C) 2014 NewGamePlus Inc. Distributed under the Boost Software License v1.0.
2
#pragma once
3
5
namespace
honey
6
{
7
8
class
String
;
9
10
namespace
debug
{
namespace
platform
11
{
12
void
print(
const
String& str);
13
void
assertFail(
const
char
* expr,
const
char
* func,
const
char
* file,
int
line,
const
String& msg);
14
} }
15
16
}
honey::log::level::debug
Level debug(nullptr,"debug")
Low-level information for debugging purposes.
Definition:
Log.h:26
honey::json::ValueType::String
honey
Global Honeycomb namespace.
Generated on Wed Oct 28 2015 17:11:42 for Honeycomb by
1.8.10