Difference between revisions of "Template:Data types"
Jump to navigation
Jump to search
imported>Cybercobra (no such article; caps) |
imported>RubenSchade (fixed wiki markup) |
||
| Line 15: | Line 15: | ||
|group2 = Numeric | |group2 = Numeric | ||
|list2 = | |list2 = | ||
| − | *[[integer (computer science)|Integer]] | + | *[[integer (computer science)|Integer]] |
| + | **[[signedness]] | ||
*[[Fixed-point arithmetic|Fixed-point]] | *[[Fixed-point arithmetic|Fixed-point]] | ||
*[[floating point|Floating-point]] | *[[floating point|Floating-point]] | ||
| Line 27: | Line 28: | ||
|list3 = | |list3 = | ||
*[[Character (computing)|Character]] | *[[Character (computing)|Character]] | ||
| − | *[[string (computer science)|String]] | + | *[[string (computer science)|String]] |
| + | **[[Null-terminated string|null-terminated]] | ||
|group4 = [[Pointer (computer programming)|Pointer]] | |group4 = [[Pointer (computer programming)|Pointer]] | ||
|list4 = | |list4 = | ||
| − | *[[memory address|Address]] | + | *[[memory address|Address]] |
| + | **[[physical address|physical]] | ||
| + | **[[virtual address space|virtual]] | ||
*[[reference (computer science)|Reference]] | *[[reference (computer science)|Reference]] | ||
|group5 = [[Composite data type|Composite]] | |group5 = [[Composite data type|Composite]] | ||
|list5 = | |list5 = | ||
| − | *[[Algebraic data type]] | + | *[[Algebraic data type]] |
| + | **[[generalized algebraic data type|generalized]] | ||
*[[Array data type|Array]] | *[[Array data type|Array]] | ||
*[[Associative array]] | *[[Associative array]] | ||
| Line 46: | Line 51: | ||
*[[record (computer science)|Record]] | *[[record (computer science)|Record]] | ||
*[[set (computer science)|Set]] | *[[set (computer science)|Set]] | ||
| − | *[[Union (computer science)|Union]] | + | *[[Union (computer science)|Union]] |
| + | **[[Tagged union|tagged]] | ||
|group6 = Other | |group6 = Other | ||