# encoding: utf-8
# module wx._grid
# from D:\project\A_Board\.venv\Lib\site-packages\wx\_grid.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import sip as __sip
import wx._core as __wx__core


class GridCellAttrPtr(__sip.wrapper):
    """
    ObjectDataPtr(tocopy) -> None
    ObjectDataPtr(ptr=None) -> None
    
    This is a helper template class primarily written to avoid memory
    leaks because of missing calls to wxRefCounter::DecRef() and
    wxObjectRefData::DecRef().
    """
    def get(self): # real signature unknown; restored from __doc__
        """
        get() -> T
        
        Gets a pointer to the reference counted object to which this class
        points.
        """
        pass

    def release(self): # real signature unknown; restored from __doc__
        """
        release() -> T
        
        Release the owned pointer, making caller responsible for decrementing
        its reference count.
        """
        pass

    def reset(self, ptr): # real signature unknown; restored from __doc__
        """
        reset(ptr) -> None
        
        Reset this class to ptr which points to a reference counted object and
        calls T::DecRef() on the previously owned object.
        """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""



