internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_Ogre__VectorIteratorT_std__vectorT_Ogre__RenderQueueInvocation_p_t_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #2
0
        public SWIGTYPE_p_Ogre__VectorIteratorT_std__vectorT_Ogre__RenderQueueInvocation_p_t_t iterator()
        {
            SWIGTYPE_p_Ogre__VectorIteratorT_std__vectorT_Ogre__RenderQueueInvocation_p_t_t ret = new SWIGTYPE_p_Ogre__VectorIteratorT_std__vectorT_Ogre__RenderQueueInvocation_p_t_t(OgrePINVOKE.RenderQueueInvocationSequence_iterator(swigCPtr), true);

            if (OgrePINVOKE.SWIGPendingException.Pending)
            {
                throw OgrePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }