MsgType.MsgType

Undocumented in source.
  1. enum MsgType;
  2. enum MsgType;
    template MsgType(string T)
    static if(!(T == "int32" || T == "sint32" || T == "int64" || T == "sint64" || T == "uint32" || T == "uint64" || T == "bool"))
    static if(T == "fixed64" || T == "sfixed64" || T == "double")
    enum MsgType = 1;
  3. enum MsgType;
  4. enum MsgType;
  5. enum MsgType;

Meta