#include <disclaimer.hpp>
Inheritance diagram for Disclaimer:
Static Public Member Functions | |
static bool | is_debug () |
static bool | is_fast () |
static bool | is_product () |
static void | print_disclaimer (outputStream *s=std) |
static void | initialize () |
Static Private Attributes | |
static char * | _msg |
Definition at line 24 of file disclaimer.hpp.
void Disclaimer::initialize | ( | ) | [static] |
Definition at line 74 of file disclaimer.cpp.
References _msg, is_product(), and warning().
Referenced by disclaimer_init().
Here is the call graph for this function:
static bool Disclaimer::is_debug | ( | ) | [inline, static] |
static bool Disclaimer::is_fast | ( | ) | [inline, static] |
Definition at line 40 of file disclaimer.hpp.
static bool Disclaimer::is_product | ( | ) | [inline, static] |
Definition at line 48 of file disclaimer.hpp.
Referenced by StubRoutines::generate(), Floats::generate(), StubRoutines::init(), Floats::init(), and initialize().
void Disclaimer::print_disclaimer | ( | outputStream * | s = std |
) | [static] |
Definition at line 69 of file disclaimer.cpp.
References _msg, and outputStream::print().
Referenced by Universe::genesis().
Here is the call graph for this function:
char * Disclaimer::_msg [static, private] |
Initial value:
"\ Smalltalk Virtual Machine by LongView Technologies LLC \n\ --------------------------------------------------------- \n\ (c) 1994-1997 Sun Microsystems, Inc. ALL RIGHTS RESERVED. \n\ Use and distribution of this software is subject to the \n\ terms of the attached license. \n\ --------------------------------------------------------- \n\ "
Definition at line 26 of file disclaimer.hpp.
Referenced by initialize(), and print_disclaimer().