Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
BL_OVERLAP_FEATURE1_LEN(3) Library Functions Manual BL_OVERLAP_FEATURE1_LEN(3)

LIBRARY
       #include	<biolibc/overlap.h>
       -lbiolibc -lxtend

SYNOPSIS
       BL_OVERLAP_FEATURE1_LEN(ptr)

ARGUMENTS
       ptr	       Pointer to a bl_overlap_t structure

DESCRIPTION
       Accessor	 macro	for  feature1_len.   Use  this macro to	reference fea-
       ture1_len in a bl_overlap_t structure from functions that are not  mem-
       bers  of	 the class.  This allows separation of implementation from in-
       terface.	 While the implementation of the  bl_overlap_t	structure  may
       change, effort is made to preserve the API of functions and macros used
       to access it.

EXAMPLES
       bl_overlap_t    bl_overlap;
       uint64_t	       feature1_len;

       feature1_len = BL_OVERLAP_FEATURE1_LEN(&bl_overlap);

SEE ALSO
       See biolibc/overlap.h for a full	list of	macros.

						    BL_OVERLAP_FEATURE1_LEN(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=BL_OVERLAP_FEATURE1_LEN&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help