Esempio n. 1
0
 public Stream(Log.Stream rhs) : this(OgrePINVOKE.new_Log_Stream__SWIG_1(Log.Stream.getCPtr(rhs)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public Log.Stream stream()
 {
     Log.Stream ret = new Log.Stream(OgrePINVOKE.Log_stream__SWIG_2(swigCPtr), true);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Esempio n. 3
0
 public Log.Stream stream(LogMessageLevel lml)
 {
     Log.Stream ret = new Log.Stream(OgrePINVOKE.Log_stream__SWIG_1(swigCPtr, (int)lml), true);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }