![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
Object * | get_memory () |
void | set_memory (Object *) |
void | _assert () |
void | _assert (bool condition) |
template<typename... Args> | |
void | _assert (bool condition, const String &message, Args &&... data) |
void | _assert (bool condition, const String &message) |
void | clear () |
void | count () |
void | count (const String &label) |
void | debug () |
template<typename... Args> | |
void | debug (const String &message, Args &&... optionalParams) |
void | debug (const String &message) |
void | dir () |
template<typename... Args> | |
void | dir (Object *value, Args &&... optionalParams) |
void | dir (Object *value) |
void | dirxml (Object *value) |
void | error () |
template<typename... Args> | |
void | error (const String &message, Args &&... optionalParams) |
void | error (const String &message) |
void | exception () |
template<typename... Args> | |
void | exception (const String &message, Args &&... optionalParams) |
void | exception (const String &message) |
void | group () |
template<typename... Args> | |
void | group (const String &groupTitle, Args &&... optionalParams) |
void | group (const String &groupTitle) |
void | groupCollapsed () |
template<typename... Args> | |
void | groupCollapsed (const String &groupTitle, Args &&... optionalParams) |
void | groupCollapsed (const String &groupTitle) |
void | groupEnd () |
void | info () |
template<typename... Args> | |
void | info (const String &message, Args &&... optionalParams) |
void | info (const String &message) |
void | log () |
template<typename... Args> | |
void | log (const String &message, Args &&... optionalParams) |
void | log (const String &message) |
void | markTimeline () |
void | markTimeline (const String &label) |
bool | msIsIndependentlyComposed (Element *element) |
void | profile () |
void | profile (const String &reportName) |
void | profileEnd () |
void | select (Element *element) |
template<typename... Args> | |
void | table (Args &&... tabularData) |
void | table () |
void | time () |
void | time (const String &label) |
void | timeEnd () |
void | timeEnd (const String &label) |
void | timeStamp () |
void | timeStamp (const String &label) |
void | timeline () |
void | timeline (const String &label) |
void | timelineEnd () |
void | timelineEnd (const String &label) |
void | warn () |
template<typename... Args> | |
void | warn (const String &message, Args &&... optionalParams) |
void | warn (const String &message) |
Console * | get_prototype () |
void | set_prototype (Console *) |
Console () | |
![]() | |
Object () | |
template<typename T > | |
T | valueOf () |
operator double () const | |
Object * | operator[] (const client::String &name) const |
void | set_ (const client::String &name, Object *v) |
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
void | set_ (const client::String &name, T v) |
bool | hasOwnProperty (const client::String &name) |
client::Console::Console | ( | ) |
void client::Console::_assert | ( | ) |
void client::Console::_assert | ( | bool | condition | ) |
|
inline |
void client::Console::_assert | ( | bool | condition, |
const String & | message | ||
) |
void client::Console::clear | ( | ) |
void client::Console::count | ( | ) |
void client::Console::count | ( | const String & | label | ) |
void client::Console::debug | ( | ) |
|
inline |
void client::Console::debug | ( | const String & | message | ) |
void client::Console::dir | ( | ) |
|
inline |
void client::Console::dir | ( | Object * | value | ) |
void client::Console::dirxml | ( | Object * | value | ) |
void client::Console::error | ( | ) |
|
inline |
void client::Console::error | ( | const String & | message | ) |
void client::Console::exception | ( | ) |
|
inline |
void client::Console::exception | ( | const String & | message | ) |
Object* client::Console::get_memory | ( | ) |
Console* client::Console::get_prototype | ( | ) |
void client::Console::group | ( | ) |
|
inline |
void client::Console::group | ( | const String & | groupTitle | ) |
void client::Console::groupCollapsed | ( | ) |
|
inline |
void client::Console::groupCollapsed | ( | const String & | groupTitle | ) |
void client::Console::groupEnd | ( | ) |
void client::Console::info | ( | ) |
|
inline |
void client::Console::info | ( | const String & | message | ) |
void client::Console::log | ( | ) |
|
inline |
void client::Console::log | ( | const String & | message | ) |
void client::Console::markTimeline | ( | ) |
void client::Console::markTimeline | ( | const String & | label | ) |
bool client::Console::msIsIndependentlyComposed | ( | Element * | element | ) |
void client::Console::profile | ( | ) |
void client::Console::profile | ( | const String & | reportName | ) |
void client::Console::profileEnd | ( | ) |
void client::Console::select | ( | Element * | element | ) |
void client::Console::set_memory | ( | Object * | ) |
void client::Console::set_prototype | ( | Console * | ) |
|
inline |
void client::Console::table | ( | ) |
void client::Console::time | ( | ) |
void client::Console::time | ( | const String & | label | ) |
void client::Console::timeEnd | ( | ) |
void client::Console::timeEnd | ( | const String & | label | ) |
void client::Console::timeline | ( | ) |
void client::Console::timeline | ( | const String & | label | ) |
void client::Console::timelineEnd | ( | ) |
void client::Console::timelineEnd | ( | const String & | label | ) |
void client::Console::timeStamp | ( | ) |
void client::Console::timeStamp | ( | const String & | label | ) |
void client::Console::warn | ( | ) |
|
inline |
void client::Console::warn | ( | const String & | message | ) |