Salome HOME
This commit was generated by cvs2git to create tag 'V1_4_0b2'.
[modules/kernel.git] / doc / KernelResources / kernel_resources.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4  <META NAME="GENERATOR" CONTENT="SGML-Tools 1.0.9">
5  <TITLE>SALOME Kernel resources for developer</TITLE>
6  <LINK HREF="kernel_resources-1.html" REL=next>
7
8
9 </HEAD>
10 <BODY>
11 <A HREF="kernel_resources-1.html">Next</A>
12 Previous
13 Contents
14 <HR>
15 <H1>SALOME Kernel resources for developer</H1>
16
17 <H2>Antoine Yessayan, Paul Rascle </H2>Version 0.1 January 16, 2002
18 <P><HR>
19 <EM>ABSTRACT </EM>
20 <HR>
21 <P><HR>
22 <EM>This document describes the development environment for C++ and
23  Python. Makefiles generation and usage are introduced in another
24  document: "using the SALOME configuration and building system environment".
25  Development environment is intended here as: trace and debug macros
26  usage; SALOME exceptions usage, in C++ and Python; user CORBA exceptions
27  usage, in C++ and Python, with and without Graphical User Interface;
28  some general purpose services such as singleton, used for CORBA connection
29  and disconnection.</EM>
30 <HR>
31 <P>
32 <H2><A NAME="toc1">1.</A> <A HREF="kernel_resources-1.html">Trace and debug Utilities</A></H2>
33
34 <UL>
35 <LI><A HREF="kernel_resources-1.html#ss1.1">1.1 Two modes: debug and release</A>
36 <LI><A HREF="kernel_resources-1.html#ss1.2">1.2 C++ Macros for trace and debug</A>
37 </UL>
38 <P>
39 <H2><A NAME="toc2">2.</A> <A HREF="kernel_resources-2.html">Exceptions</A></H2>
40
41 <UL>
42 <LI><A HREF="kernel_resources-2.html#ss2.1">2.1 C++ exceptions: class SALOME_Exception</A>
43 <LI><A HREF="kernel_resources-2.html#ss2.2">2.2 CORBA exceptions</A>
44 </UL>
45 <P>
46 <H2><A NAME="toc3">3.</A> <A HREF="kernel_resources-3.html">Miscellaneous tools</A></H2>
47
48 <UL>
49 <LI><A HREF="kernel_resources-3.html#ss3.1">3.1 Singleton</A>
50 </UL>
51 <HR>
52 <A HREF="kernel_resources-1.html">Next</A>
53 Previous
54 Contents
55 </BODY>
56 </HTML>