libsheepy
Macros | Functions
libsheepyCSmallBool.c File Reference
#include "../libsheepyObject.h"
#include "libsheepyCSmallBool.h"
#include "libsheepyCSmallBoolInternal.h"
#include <stdint.h>
#include <stdlib.h>
#include <stdbool.h>
#include <string.h>
#include <stdio.h>
Include dependency graph for libsheepyCSmallBool.c:

Go to the source code of this file.

Macros

#define internal   static
 

Functions

void initiateSmallBool (smallBoolt *self)
 
void registerMethodsSmallBool (smallBoolFunctionst *f)
 
void initiateAllocateSmallBool (smallBoolt **self)
 
void finalizeRecycleSmallBool (void *arg UNUSED)
 
void finalizeSmallBool (void)
 
smallBooltallocSmallBool (bool value)
 
void cleanUpSmallBoolTerminateG (smallBoolt **val)
 
void cleanUpSmallBoolFreeLocalG (smallBoolt *val)
 
void cleanUpSmallBoolFreeG (smallBoolt **val)
 
void cleanUpSmallBoolFinishG (smallBoolt **val)
 
internal void freeSmallBool (smallBoolt *self)
 
internal void terminateSmallBool (smallBoolt **self)
 
internal char * toStringSmallBool (smallBoolt *self)
 
internal smallBooltduplicateSmallBool (smallBoolt *self)
 
internal void smashSmallBool (smallBoolt **self)
 
internal void finishSmallBool (smallBoolt **self)
 
internal const char * helpSmallBool (smallBoolt UNUSED *self)
 
internal bool getSmallBool (smallBoolt *self)
 
internal smallBooltsetSmallBool (smallBoolt *self, bool value)
 
internal smallBooltsetDoubleSmallBool (smallBoolt *self, double p2)
 
internal smallBooltsetInt64SmallBool (smallBoolt *self, int64_t p2)
 
internal smallBooltsetInt32SmallBool (smallBoolt *self, int32_t p2)
 
internal smallBooltsetUint32SmallBool (smallBoolt *self, uint32_t p2)
 
internal smallBooltsetUint64SmallBool (smallBoolt *self, uint64_t p2)
 
internal smallBooltsetSSmallBool (smallBoolt *self, const char *p2)
 
internal smallBooltsetSmallBoolSmallBool (smallBoolt *self, smallBoolt *p2)
 
internal smallBooltsetSmallDoubleSmallBool (smallBoolt *self, smallDoublet *p2)
 
internal smallBooltsetSmallIntSmallBool (smallBoolt *self, smallIntt *p2)
 
internal smallBooltsetSmallJsonSmallBool (smallBoolt *self, smallJsont *p2)
 
internal smallBooltsetSmallStringSmallBool (smallBoolt *self, smallStringt *p2)
 
internal bool * getPSmallBool (smallBoolt *self)
 
internal bool equalSmallBoolChar (smallBoolt *self, const char *p2)
 
internal bool equalSmallBoolBase (smallBoolt *self, baset *p2)
 
internal bool equalSmallBoolBool (smallBoolt *self, bool p2)
 
internal bool equalSmallBoolDouble (smallBoolt *self, double p2)
 
internal bool equalSmallBoolInt64 (smallBoolt *self, int64_t p2)
 
internal bool equalSmallBoolInt32 (smallBoolt *self, int32_t p2)
 
internal bool equalSmallBoolUint32 (smallBoolt *self, uint32_t p2)
 
internal bool equalSmallBoolUint64 (smallBoolt *self, uint64_t p2)
 
internal bool equalSmallBool (smallBoolt *self, smallBoolt *p2)
 
internal bool equalSmallBoolSmallBytes (smallBoolt *self, smallBytest *p2)
 
internal bool equalSmallBoolSmallDouble (smallBoolt *self, smallDoublet *p2)
 
internal bool equalSmallBoolSmallInt (smallBoolt *self, smallIntt *p2)
 
internal bool equalSmallBoolSmallJson (smallBoolt *self, smallJsont *p2)
 
internal bool equalSmallBoolSmallString (smallBoolt *self, smallStringt *p2)
 
internal smallBooltreadFileSmallBool (smallBoolt *self, const char *filePath)
 
internal smallBooltreadFileSmallJsonSmallBool (smallBoolt *self, smallJsont *filePath)
 
internal smallBooltreadFileSmallStringSmallBool (smallBoolt *self, smallStringt *filePath)
 
internal smallBooltreadStreamSmallBool (smallBoolt *self, FILE *fp)
 
internal int writeFileSmallBool (smallBoolt *self, const char *filePath)
 
internal int writeFileSmallJsonSmallBool (smallBoolt *self, smallJsont *filePath)
 
internal int writeFileSmallStringSmallBool (smallBoolt *self, smallStringt *filePath)
 
internal int writeStreamSmallBool (smallBoolt *self, FILE *fp)
 
internal int appendFileSmallBool (smallBoolt *self, const char *filePath)
 
internal int appendFileSmallStringSmallBool (smallBoolt *self, smallStringt *filePath)
 
smallBooltduplicateSmallBoolG (smallBoolt *self)
 
bool getBoolSmallBoolG (smallBoolt *self, bool retType UNUSED, int64_t index UNUSED)
 
bool * getBoolPSmallBoolG (smallBoolt *self, bool *retType UNUSED, int64_t index UNUSED)
 
smallBooltsetSmallBoolG (smallBoolt *self, bool p2)
 
smallBooltsetDoubleSmallBoolG (smallBoolt *self, double p2)
 
smallBooltsetInt64SmallBoolG (smallBoolt *self, int64_t p2)
 
smallBooltsetInt32SmallBoolG (smallBoolt *self, int32_t p2)
 
smallBooltsetUint32SmallBoolG (smallBoolt *self, uint32_t p2)
 
smallBooltsetUint64SmallBoolG (smallBoolt *self, uint64_t p2)
 
smallBooltsetSSmallBoolG (smallBoolt *self, const char *p2)
 
smallBooltsetSmallBoolSmallBoolG (smallBoolt *self, smallBoolt *p2)
 
smallBooltsetSmallDoubleSmallBoolG (smallBoolt *self, smallDoublet *p2)
 
smallBooltsetSmallIntSmallBoolG (smallBoolt *self, smallIntt *p2)
 
smallBooltsetSmallJsonSmallBoolG (smallBoolt *self, smallJsont *p2)
 
smallBooltsetSmallStringSmallBoolG (smallBoolt *self, smallStringt *p2)
 
bool equalSmallBoolCharG (smallBoolt *self, const char *p2)
 
bool equalSmallBoolBaseG (smallBoolt *self, baset *p2)
 
bool equalSmallBoolBoolG (smallBoolt *self, bool p2)
 
bool equalSmallBoolDoubleG (smallBoolt *self, double p2)
 
bool equalSmallBoolInt64G (smallBoolt *self, int64_t p2)
 
bool equalSmallBoolInt32G (smallBoolt *self, int32_t p2)
 
bool equalSmallBoolUint32G (smallBoolt *self, uint32_t p2)
 
bool equalSmallBoolUint64G (smallBoolt *self, uint64_t p2)
 
bool equalSmallBoolFG (smallBoolt *self, smallBoolt *p2)
 
bool equalSmallBoolSmallBytesG (smallBoolt *self, smallBytest *p2)
 
bool equalSmallBoolSmallDoubleG (smallBoolt *self, smallDoublet *p2)
 
bool equalSmallBoolSmallIntG (smallBoolt *self, smallIntt *p2)
 
bool equalSmallBoolSmallJsonG (smallBoolt *self, smallJsont *p2)
 
bool equalSmallBoolSmallStringG (smallBoolt *self, smallStringt *p2)
 
smallBooltreadFileSmallBoolG (smallBoolt *self, const char *filePath)
 
smallBooltreadFileSmallJsonSmallBoolG (smallBoolt *self, smallJsont *filePath)
 
smallBooltreadFileSmallStringSmallBoolG (smallBoolt *self, smallStringt *filePath)
 
smallBooltreadStreamSmallBoolG (smallBoolt *self, FILE *fp)
 
int writeFileSmallBoolG (smallBoolt *self, const char *filePath)
 
int writeFileSmallJsonSmallBoolG (smallBoolt *self, smallJsont *filePath)
 
int writeFileSmallStringSmallBoolG (smallBoolt *self, smallStringt *filePath)
 
int writeStreamSmallBoolG (smallBoolt *self, FILE *fp)
 
int appendFileSmallBoolFG (smallBoolt *self, const char *filePath)
 
int appendFileSmallStringSmallBoolG (smallBoolt *self, smallStringt *filePath)
 
void freeSmallBoolG (smallBoolt *self)
 

Macro Definition Documentation

◆ internal

#define internal   static

Definition at line 27 of file libsheepyCSmallBool.c.

Function Documentation

◆ initiateSmallBool()

void initiateSmallBool ( smallBoolt self)

Definition at line 134 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ registerMethodsSmallBool()

void registerMethodsSmallBool ( smallBoolFunctionst f)

Definition at line 150 of file libsheepyCSmallBool.c.

Here is the call graph for this function:

◆ initiateAllocateSmallBool()

void initiateAllocateSmallBool ( smallBoolt **  self)

Definition at line 199 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ finalizeRecycleSmallBool()

void finalizeRecycleSmallBool ( void *arg  UNUSED)

Definition at line 218 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ finalizeSmallBool()

void finalizeSmallBool ( void  )

Definition at line 226 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ allocSmallBool()

smallBoolt * allocSmallBool ( bool  value)

Definition at line 235 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ cleanUpSmallBoolTerminateG()

void cleanUpSmallBoolTerminateG ( smallBoolt **  val)

Definition at line 247 of file libsheepyCSmallBool.c.

◆ cleanUpSmallBoolFreeLocalG()

void cleanUpSmallBoolFreeLocalG ( smallBoolt val)

Definition at line 252 of file libsheepyCSmallBool.c.

◆ cleanUpSmallBoolFreeG()

void cleanUpSmallBoolFreeG ( smallBoolt **  val)

Definition at line 257 of file libsheepyCSmallBool.c.

◆ cleanUpSmallBoolFinishG()

void cleanUpSmallBoolFinishG ( smallBoolt **  val)

Definition at line 262 of file libsheepyCSmallBool.c.

◆ freeSmallBool()

internal void freeSmallBool ( smallBoolt self)

Definition at line 267 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ terminateSmallBool()

internal void terminateSmallBool ( smallBoolt **  self)

Definition at line 276 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ toStringSmallBool()

internal char * toStringSmallBool ( smallBoolt self)

Definition at line 283 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ duplicateSmallBool()

internal smallBoolt * duplicateSmallBool ( smallBoolt self)

Definition at line 296 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ smashSmallBool()

internal void smashSmallBool ( smallBoolt **  self)

Definition at line 308 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ finishSmallBool()

internal void finishSmallBool ( smallBoolt **  self)

Definition at line 334 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ helpSmallBool()

internal const char * helpSmallBool ( smallBoolt UNUSED self)

Definition at line 348 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ getSmallBool()

internal bool getSmallBool ( smallBoolt self)

Definition at line 353 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ setSmallBool()

internal smallBoolt * setSmallBool ( smallBoolt self,
bool  value 
)

Definition at line 361 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setDoubleSmallBool()

internal smallBoolt * setDoubleSmallBool ( smallBoolt self,
double  p2 
)

Definition at line 372 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setInt64SmallBool()

internal smallBoolt * setInt64SmallBool ( smallBoolt self,
int64_t  p2 
)

Definition at line 388 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setInt32SmallBool()

internal smallBoolt * setInt32SmallBool ( smallBoolt self,
int32_t  p2 
)

Definition at line 404 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setUint32SmallBool()

internal smallBoolt * setUint32SmallBool ( smallBoolt self,
uint32_t  p2 
)

Definition at line 420 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setUint64SmallBool()

internal smallBoolt * setUint64SmallBool ( smallBoolt self,
uint64_t  p2 
)

Definition at line 436 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setSSmallBool()

internal smallBoolt * setSSmallBool ( smallBoolt self,
const char *  p2 
)

Definition at line 452 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setSmallBoolSmallBool()

internal smallBoolt * setSmallBoolSmallBool ( smallBoolt self,
smallBoolt p2 
)

Definition at line 472 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setSmallDoubleSmallBool()

internal smallBoolt * setSmallDoubleSmallBool ( smallBoolt self,
smallDoublet p2 
)

Definition at line 490 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setSmallIntSmallBool()

internal smallBoolt * setSmallIntSmallBool ( smallBoolt self,
smallIntt p2 
)

Definition at line 511 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setSmallJsonSmallBool()

internal smallBoolt * setSmallJsonSmallBool ( smallBoolt self,
smallJsont p2 
)

Definition at line 532 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ setSmallStringSmallBool()

internal smallBoolt * setSmallStringSmallBool ( smallBoolt self,
smallStringt p2 
)

Definition at line 560 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getPSmallBool()

internal bool * getPSmallBool ( smallBoolt self)

Definition at line 580 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ equalSmallBoolChar()

internal bool equalSmallBoolChar ( smallBoolt self,
const char *  p2 
)

Definition at line 588 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ equalSmallBoolBase()

internal bool equalSmallBoolBase ( smallBoolt self,
baset p2 
)

Definition at line 603 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ equalSmallBoolBool()

internal bool equalSmallBoolBool ( smallBoolt self,
bool  p2 
)

Definition at line 623 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ equalSmallBoolDouble()

internal bool equalSmallBoolDouble ( smallBoolt self,
double  p2 
)

Definition at line 632 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ equalSmallBoolInt64()

internal bool equalSmallBoolInt64 ( smallBoolt self,
int64_t  p2 
)

Definition at line 641 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ equalSmallBoolInt32()

internal bool equalSmallBoolInt32 ( smallBoolt self,
int32_t  p2 
)

Definition at line 650 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ equalSmallBoolUint32()

internal bool equalSmallBoolUint32 ( smallBoolt self,
uint32_t  p2 
)

Definition at line 659 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ equalSmallBoolUint64()

internal bool equalSmallBoolUint64 ( smallBoolt self,
uint64_t  p2 
)

Definition at line 668 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ equalSmallBool()

internal bool equalSmallBool ( smallBoolt self,
smallBoolt p2 
)

Definition at line 677 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ equalSmallBoolSmallBytes()

internal bool equalSmallBoolSmallBytes ( smallBoolt self,
smallBytest p2 
)

Definition at line 686 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ equalSmallBoolSmallDouble()

internal bool equalSmallBoolSmallDouble ( smallBoolt self,
smallDoublet p2 
)

Definition at line 701 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ equalSmallBoolSmallInt()

internal bool equalSmallBoolSmallInt ( smallBoolt self,
smallIntt p2 
)

Definition at line 710 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ equalSmallBoolSmallJson()

internal bool equalSmallBoolSmallJson ( smallBoolt self,
smallJsont p2 
)

Definition at line 719 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ equalSmallBoolSmallString()

internal bool equalSmallBoolSmallString ( smallBoolt self,
smallStringt p2 
)

Definition at line 733 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ readFileSmallBool()

internal smallBoolt * readFileSmallBool ( smallBoolt self,
const char *  filePath 
)

Definition at line 749 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ readFileSmallJsonSmallBool()

internal smallBoolt * readFileSmallJsonSmallBool ( smallBoolt self,
smallJsont filePath 
)

Definition at line 780 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ readFileSmallStringSmallBool()

internal smallBoolt * readFileSmallStringSmallBool ( smallBoolt self,
smallStringt filePath 
)

Definition at line 799 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ readStreamSmallBool()

internal smallBoolt * readStreamSmallBool ( smallBoolt self,
FILE *  fp 
)

Definition at line 812 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeFileSmallBool()

internal int writeFileSmallBool ( smallBoolt self,
const char *  filePath 
)

Definition at line 834 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeFileSmallJsonSmallBool()

internal int writeFileSmallJsonSmallBool ( smallBoolt self,
smallJsont filePath 
)

Definition at line 861 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ writeFileSmallStringSmallBool()

internal int writeFileSmallStringSmallBool ( smallBoolt self,
smallStringt filePath 
)

Definition at line 880 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ writeStreamSmallBool()

internal int writeStreamSmallBool ( smallBoolt self,
FILE *  fp 
)

Definition at line 893 of file libsheepyCSmallBool.c.

Here is the caller graph for this function:

◆ appendFileSmallBool()

internal int appendFileSmallBool ( smallBoolt self,
const char *  filePath 
)

Definition at line 911 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ appendFileSmallStringSmallBool()

internal int appendFileSmallStringSmallBool ( smallBoolt self,
smallStringt filePath 
)

Definition at line 938 of file libsheepyCSmallBool.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ duplicateSmallBoolG()

smallBoolt * duplicateSmallBoolG ( smallBoolt self)

Definition at line 949 of file libsheepyCSmallBool.c.

◆ getBoolSmallBoolG()

bool getBoolSmallBoolG ( smallBoolt self,
bool retType  UNUSED,
int64_t index  UNUSED 
)

Definition at line 956 of file libsheepyCSmallBool.c.

◆ getBoolPSmallBoolG()

bool * getBoolPSmallBoolG ( smallBoolt self,
bool *retType  UNUSED,
int64_t index  UNUSED 
)

Definition at line 961 of file libsheepyCSmallBool.c.

◆ setSmallBoolG()

smallBoolt * setSmallBoolG ( smallBoolt self,
bool  p2 
)

Definition at line 966 of file libsheepyCSmallBool.c.

◆ setDoubleSmallBoolG()

smallBoolt * setDoubleSmallBoolG ( smallBoolt self,
double  p2 
)

Definition at line 971 of file libsheepyCSmallBool.c.

◆ setInt64SmallBoolG()

smallBoolt * setInt64SmallBoolG ( smallBoolt self,
int64_t  p2 
)

Definition at line 976 of file libsheepyCSmallBool.c.

◆ setInt32SmallBoolG()

smallBoolt * setInt32SmallBoolG ( smallBoolt self,
int32_t  p2 
)

Definition at line 981 of file libsheepyCSmallBool.c.

◆ setUint32SmallBoolG()

smallBoolt * setUint32SmallBoolG ( smallBoolt self,
uint32_t  p2 
)

Definition at line 986 of file libsheepyCSmallBool.c.

◆ setUint64SmallBoolG()

smallBoolt * setUint64SmallBoolG ( smallBoolt self,
uint64_t  p2 
)

Definition at line 991 of file libsheepyCSmallBool.c.

◆ setSSmallBoolG()

smallBoolt * setSSmallBoolG ( smallBoolt self,
const char *  p2 
)

Definition at line 996 of file libsheepyCSmallBool.c.

◆ setSmallBoolSmallBoolG()

smallBoolt * setSmallBoolSmallBoolG ( smallBoolt self,
smallBoolt p2 
)

Definition at line 1001 of file libsheepyCSmallBool.c.

◆ setSmallDoubleSmallBoolG()

smallBoolt * setSmallDoubleSmallBoolG ( smallBoolt self,
smallDoublet p2 
)

Definition at line 1006 of file libsheepyCSmallBool.c.

◆ setSmallIntSmallBoolG()

smallBoolt * setSmallIntSmallBoolG ( smallBoolt self,
smallIntt p2 
)

Definition at line 1011 of file libsheepyCSmallBool.c.

◆ setSmallJsonSmallBoolG()

smallBoolt * setSmallJsonSmallBoolG ( smallBoolt self,
smallJsont p2 
)

Definition at line 1016 of file libsheepyCSmallBool.c.

◆ setSmallStringSmallBoolG()

smallBoolt * setSmallStringSmallBoolG ( smallBoolt self,
smallStringt p2 
)

Definition at line 1021 of file libsheepyCSmallBool.c.

◆ equalSmallBoolCharG()

bool equalSmallBoolCharG ( smallBoolt self,
const char *  p2 
)

Definition at line 1027 of file libsheepyCSmallBool.c.

◆ equalSmallBoolBaseG()

bool equalSmallBoolBaseG ( smallBoolt self,
baset p2 
)

Definition at line 1032 of file libsheepyCSmallBool.c.

◆ equalSmallBoolBoolG()

bool equalSmallBoolBoolG ( smallBoolt self,
bool  p2 
)

Definition at line 1037 of file libsheepyCSmallBool.c.

◆ equalSmallBoolDoubleG()

bool equalSmallBoolDoubleG ( smallBoolt self,
double  p2 
)

Definition at line 1042 of file libsheepyCSmallBool.c.

◆ equalSmallBoolInt64G()

bool equalSmallBoolInt64G ( smallBoolt self,
int64_t  p2 
)

Definition at line 1047 of file libsheepyCSmallBool.c.

◆ equalSmallBoolInt32G()

bool equalSmallBoolInt32G ( smallBoolt self,
int32_t  p2 
)

Definition at line 1052 of file libsheepyCSmallBool.c.

◆ equalSmallBoolUint32G()

bool equalSmallBoolUint32G ( smallBoolt self,
uint32_t  p2 
)

Definition at line 1057 of file libsheepyCSmallBool.c.

◆ equalSmallBoolUint64G()

bool equalSmallBoolUint64G ( smallBoolt self,
uint64_t  p2 
)

Definition at line 1062 of file libsheepyCSmallBool.c.

◆ equalSmallBoolFG()

bool equalSmallBoolFG ( smallBoolt self,
smallBoolt p2 
)

Definition at line 1067 of file libsheepyCSmallBool.c.

◆ equalSmallBoolSmallBytesG()

bool equalSmallBoolSmallBytesG ( smallBoolt self,
smallBytest p2 
)

Definition at line 1072 of file libsheepyCSmallBool.c.

◆ equalSmallBoolSmallDoubleG()

bool equalSmallBoolSmallDoubleG ( smallBoolt self,
smallDoublet p2 
)

Definition at line 1077 of file libsheepyCSmallBool.c.

◆ equalSmallBoolSmallIntG()

bool equalSmallBoolSmallIntG ( smallBoolt self,
smallIntt p2 
)

Definition at line 1082 of file libsheepyCSmallBool.c.

◆ equalSmallBoolSmallJsonG()

bool equalSmallBoolSmallJsonG ( smallBoolt self,
smallJsont p2 
)

Definition at line 1087 of file libsheepyCSmallBool.c.

◆ equalSmallBoolSmallStringG()

bool equalSmallBoolSmallStringG ( smallBoolt self,
smallStringt p2 
)

Definition at line 1092 of file libsheepyCSmallBool.c.

◆ readFileSmallBoolG()

smallBoolt * readFileSmallBoolG ( smallBoolt self,
const char *  filePath 
)

Definition at line 1097 of file libsheepyCSmallBool.c.

◆ readFileSmallJsonSmallBoolG()

smallBoolt * readFileSmallJsonSmallBoolG ( smallBoolt self,
smallJsont filePath 
)

Definition at line 1102 of file libsheepyCSmallBool.c.

◆ readFileSmallStringSmallBoolG()

smallBoolt * readFileSmallStringSmallBoolG ( smallBoolt self,
smallStringt filePath 
)

Definition at line 1107 of file libsheepyCSmallBool.c.

◆ readStreamSmallBoolG()

smallBoolt * readStreamSmallBoolG ( smallBoolt self,
FILE *  fp 
)

Definition at line 1112 of file libsheepyCSmallBool.c.

◆ writeFileSmallBoolG()

int writeFileSmallBoolG ( smallBoolt self,
const char *  filePath 
)

Definition at line 1117 of file libsheepyCSmallBool.c.

◆ writeFileSmallJsonSmallBoolG()

int writeFileSmallJsonSmallBoolG ( smallBoolt self,
smallJsont filePath 
)

Definition at line 1122 of file libsheepyCSmallBool.c.

◆ writeFileSmallStringSmallBoolG()

int writeFileSmallStringSmallBoolG ( smallBoolt self,
smallStringt filePath 
)

Definition at line 1127 of file libsheepyCSmallBool.c.

◆ writeStreamSmallBoolG()

int writeStreamSmallBoolG ( smallBoolt self,
FILE *  fp 
)

Definition at line 1132 of file libsheepyCSmallBool.c.

◆ appendFileSmallBoolFG()

int appendFileSmallBoolFG ( smallBoolt self,
const char *  filePath 
)

Definition at line 1137 of file libsheepyCSmallBool.c.

◆ appendFileSmallStringSmallBoolG()

int appendFileSmallStringSmallBoolG ( smallBoolt self,
smallStringt filePath 
)

Definition at line 1142 of file libsheepyCSmallBool.c.

◆ freeSmallBoolG()

void freeSmallBoolG ( smallBoolt self)

Definition at line 954 of file libsheepyCSmallBool.c.