Panda3D
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ConstPointerToArrayUnsignedChar Class Reference

#include <pandadoc.hpp>

Inheritance diagram for ConstPointerToArrayUnsignedChar:
PointerToArrayBaseUnsignedChar PointerToBaseReferenceCountedVectorUnsignedChar PointerToVoid

Public Member Functions

ConstPointerToArrayUnsignedChar __deepcopy__ (object memo)
 
int __getbuffer__ (PyBuffer view, int flags)
 
unsigned char __getitem__ (unsigned long int n)
 
 __init__ (const ConstPointerToArrayUnsignedChar copy)
 
 __init__ (const PointerToArrayUnsignedChar copy)
 
object __reduce__ ()
 
 __releasebuffer__ (PyBuffer view)
 
 clear ()
 
unsigned long int count (unsigned char)
 
object getData ()
 
unsigned char getElement (unsigned long int n)
 
int getNodeRefCount ()
 
int getRefCount ()
 
object getSubdata (unsigned long int n, unsigned long int count)
 
unsigned long int size ()
 
- Public Member Functions inherited from PointerToArrayBaseUnsignedChar
bool operator!= (const PointerToArrayBaseUnsignedChar other)
 
bool operator== (const PointerToArrayBaseUnsignedChar other)
 
- Public Member Functions inherited from PointerToBaseReferenceCountedVectorUnsignedChar
 clear ()
 
 output (Ostream out)
 
- Public Member Functions inherited from PointerToVoid
int getHash ()
 
bool isNull ()
 Returns true if the PointerTo is a NULL pointer, false otherwise.
 

Member Function Documentation

◆ __deepcopy__()

ConstPointerToArrayUnsignedChar __deepcopy__ ( object memo)

◆ __getbuffer__()

int __getbuffer__ ( PyBuffer view,
int flags )

◆ __getitem__()

unsigned char __getitem__ ( unsigned long int n)

◆ __init__() [1/2]

__init__ ( const ConstPointerToArrayUnsignedChar copy)

◆ __init__() [2/2]

__init__ ( const PointerToArrayUnsignedChar copy)

◆ __reduce__()

object __reduce__ ( )

◆ __releasebuffer__()

__releasebuffer__ ( PyBuffer view)

◆ clear()

clear ( )

◆ count()

unsigned long int count ( unsigned char )

◆ getData()

object getData ( )

◆ getElement()

unsigned char getElement ( unsigned long int n)

◆ getNodeRefCount()

int getNodeRefCount ( )

◆ getRefCount()

int getRefCount ( )

◆ getSubdata()

object getSubdata ( unsigned long int n,
unsigned long int count )

◆ size()

unsigned long int size ( )