2002-08-01 00:34:42 +01:00
<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/css" href="../styles.css" ?>
2001-06-06 20:40:57 +01:00
2003-12-30 13:33:51 +00:00
< !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2002-08-01 00:34:42 +01:00
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en" xml:lang = "en" >
2001-06-06 20:40:57 +01:00
< head >
2003-12-30 13:33:51 +00:00
< meta http-equiv = "content-type" content = "text/html; charset=iso-8859-1" / >
2002-05-06 14:10:02 +01:00
< title > Logtalk Tutorial< / title >
2002-08-26 17:45:50 +01:00
< link rel = "stylesheet" href = "../styles.css" type = "text/css" / >
2001-06-06 20:40:57 +01:00
< / head >
< body >
2003-12-30 13:33:51 +00:00
< div class = "navtop" >
< a href = "../index.html" > contents< / a >
< / div >
2001-06-06 20:40:57 +01:00
2003-12-30 13:33:51 +00:00
< h1 > Tutorial< / h1 >
< h2 > < a name = "lists" href = "lists.html" > List predicates< / a > < / h2 >
2004-04-26 00:57:46 +01:00
< dl >
< dt > < a name = "lists_object" href = "lists.html#object" > Defining a list object< / a > < / dt >
< dt > < a name = "lists_protocol" href = "lists.html#protocol" > Defining a list protocol< / a > < / dt >
< dt > < a name = "lists_summary" href = "lists.html#summary" > Summary< / a > < / dt >
< / dl >
2003-12-30 13:33:51 +00:00
< h2 > < a name = "attributes" href = "attributes.html" > Dynamic object attributes< / a > < / h2 >
2004-04-26 00:57:46 +01:00
< dl >
< dt > < a name = "attributes_category" href = "attributes.html#category" > Defining a category< / a > < / dt >
< dt > < a name = "attributes_importing" href = "attributes.html#importing" > Importing the category< / a > < / dt >
< dt > < a name = "attributes_summary" href = "attributes.html#summary" > Summary< / a > < / dt >
< / dl >
2003-12-30 13:33:51 +00:00
< h2 > < a name = "reflection" href = "reflection.html" > A reflective class-based system< / a > < / h2 >
2001-06-06 20:40:57 +01:00
2004-04-26 00:57:46 +01:00
< dl >
< dt > < a name = "reflection_classes" href = "reflection.html#classes" > Defining the base classes< / a > < / dt >
< dt > < a name = "reflection_summary" href = "reflection.html#summary" > Summary< / a > < / dt >
< / dl >
2003-12-30 13:33:51 +00:00
< h2 > < a name = "profiling" href = "profiling.html" > Profiling programs< / a > < / h2 >
2004-04-26 00:57:46 +01:00
< dl >
< dt > < a name = "profiling_events" href = "profiling.html#events" > Messages as events< / a > < / dt >
< dt > < a name = "profiling_monitors" href = "profiling.html#monitors" > Profilers as monitors< / a > < / dt >
< dt > < a name = "profiling_summary" href = "profiling.html#summary" > Summary< / a > < / dt >
< / dl >
2003-12-30 13:33:51 +00:00
< div class = "navbottom" >
< a href = "../glossary.html" > glossary< / a >
< / div >
< div class = "copyright" >
Copyright © < a href = "mailto:pmoura@logtalk.org" > Paulo Moura< / a > — < a href = "http://www.logtalk.org" > Logtalk.org< / a >
< / div >
< div class = "footer" >
2004-08-02 17:08:31 +01:00
< p > < span class = "bleft" > < a href = "http://validator.w3.org/check/referer" > XHTML< / a > + < a href = "http://jigsaw.w3.org/css-validator/check/referer" > CSS< / a > < / span > < span class = "bright" > Last updated on: July 28, 2004< / span > < / p >
2003-12-30 13:33:51 +00:00
< / div >
< / body >
2001-06-06 20:40:57 +01:00
< / html >