GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
STRUCTS_TYPE_POINTER(3) FreeBSD Library Functions Manual STRUCTS_TYPE_POINTER(3)

structs_type_pointer
structs type for pointers

PDEL Library (libpdel, -lpdel)

#include <sys/types.h>
#include <pdel/structs/structs.h>
#include <pdel/structs/type/pointer.h>

STRUCTS_POINTER_TYPE(reftype, mtype);

The STRUCTS_POINTER_TYPE() macro defines a structs(3) type (i.e., a struct structs_type) for describing pointers to data structures allocated from heap memory. reftype is the structs type describing the pointed-to data structure; it must be a pointer to a struct structs_type. mtype is the typed_mem(3) type used for allocating instances of the data structure.

The default value for this type is a pointer to a default value data structure.

It is illegal for a pointer described by this type to be NULL.

libpdel(3), structs(3), structs_type(3), typed_mem(3)

The PDEL library was developed at Packet Design, LLC. http://www.packetdesign.com/

Archie Cobbs ⟨archie@freebsd.org⟩
April 22, 2002 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.