class RepeatedScalarFieldIterProxy

Overview

Class implementing a python iterator for a RepeatedScalarFieldProxy. More…

#include <repeated_field_proxy.h>

class RepeatedScalarFieldIterProxy {
public:
    // construction

    RepeatedScalarFieldIterProxy(
        gpb::Message& msg,
        const gpb::FieldDescriptor* field
    );

    // methods

    static void create();
    bpy::object Next();
};

Detailed Documentation

Class implementing a python iterator for a RepeatedScalarFieldProxy.

Construction

RepeatedScalarFieldIterProxy(
    gpb::Message& msg,
    const gpb::FieldDescriptor* field
)

Constructor.

Methods

static void create()

Creates the python wrapper.

bpy::object Next()

Implementation of next