Previous section To contents Next section

17.2 Data types from the inside

This section describes the different data types used inside the Pike interpreter. It is nessesary to have at least a basic understanding of these before you write Pike extentions.

17.2.1 Basic data types

17.2.2 struct svalue

17.2.3 struct pike_string

17.2.4 struct array

17.2.5 struct mapping

17.2.6 struct object

17.2.7 struct program


Previous section To contents Next section