Root/
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 | < html > <!-- #BeginTemplate "/Templates/tmpl.dwt" --> <!-- DW6 --> < head > <!-- #BeginEditable "doctitle" --> < title >PTypes</ title > <!-- #EndEditable --> < meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" > < link rel = "stylesheet" href = "styles.css" > </ head > < body bgcolor = "#FFFFFF" leftmargin = "40" marginwidth = "40" > < p >< a href = "../index.html" >< img src = "title-21.png" width = "253" height = "39" alt = "C++ Portable Types Library (PTypes) Version 2.1" border = "0" ></ a > < hr size = "1" noshade> <!-- #BeginEditable "body" --> < ul > < li > < p >< a href = "intro.html" class = "menu" >Introduction</ a >< br > Main features, change log, compilation, known problems, credits, contacts.</ p > </ li > </ ul > < ul > < li > < p >< a href = "basic.html" class = "menu" >Basic types</ a >< br > Dynamic strings, character sets, variants, date/time manipulation, lists, abstract classes unknown, component and unit.</ p > </ li > </ ul > < ul > < li > < p >< a href = "streams.html" class = "menu" >I/O streams</ a >< br > Common input/output interfaces, file streams, named pipes, memory streams, standard input/output/error objects, MD5 stream.</ p > </ li > </ ul > < ul > < li > < p >< a href = "async.html" class = "menu" >Multithreading</ a >< br > Thread, semaphore, mutex, rwlock, trigger message queue and job queue interfaces, atomic functions and other utilities.</ p > </ li > </ ul > < ul > < li > < p >< a href = "inet.html" class = "menu" >Networking</ a >< br > IP client and server interfaces, utilities.</ p > </ li > </ ul > < ul > < li > < p >< a href = "criterrors.html" class = "menu" >Exceptions and critical errors</ a >< br > Exception classes, non-recoverable errors.</ p > </ li > </ ul > < ul > < li > < p >< a href = "portability.html" class = "menu" >Portability and performance issues</ a ></ p > </ li > </ ul > < ul > < li > < p >< a href = "deploying.html" class = "menu" >Deploying the shared (dynamic) library</ a >< br > Static vs. dynamic linking, deploying PTypes with your application, checking the version of the dynamic library.</ p > </ li > </ ul > < ul > < li > < p >< a href = "wshare.html" class = "menu" >PTypes demo program -- wshare</ a >< br > A simple web server (HTTP daemon) that demonstrates the full power of PTypes.</ p > </ li > </ ul > < ul > < li > add-ons, external resources</ span ></ a >< br > Library add-ons and branches, links to external resources. Updated independently from library releases.</ p > </ li > </ ul > < ul > < li > < p >< a href = "ref.html" >< span class = "menu" >INDEX</ span ></ a >< br > Alphabetical reference of all public symbols defined in the library.</ p > </ li > </ ul > < ul > < li > < p >< a href = "htsrc.html" class = "menu" >Header files</ a >< br > PTypes public header files in browsable (HTML) format.</ p > </ li > </ ul > <!-- #EndEditable --> < hr size = "1" > < a href = "../index.html" class = "ns" >PTypes home</ a > </ body > <!-- #EndTemplate --> </ html > |
Source at commit 209d6fa3805c created 11 years 11 months ago. By Nathan Adams, Updating tparray to use variants as array because tpodlist was causing variant data corruption |
---|