Blender V2.61 - r43446
Defines | Functions

util_string.h File Reference

#include <string.h>
#include <string>
#include <sstream>
#include "util_vector.h"

Go to the source code of this file.

Defines

#define PRINTF_ATTRIBUTE

Functions

string string_printf (const char *format,...) PRINTF_ATTRIBUTE
bool string_iequals (const string &a, const string &b)
void string_split (vector< string > &tokens, const string &str, const string &separators="\t ")

Define Documentation

#define PRINTF_ATTRIBUTE

Definition at line 38 of file util_string.h.


Function Documentation

bool string_iequals ( const string &  a,
const string &  b 
)

Definition at line 67 of file util_string.cpp.

References i.

Referenced by xml_equal_string(), xml_read_bool(), xml_read_scene(), and xml_read_shader_graph().

string string_printf ( const char *  format,
  ... 
)
void string_split ( vector< string > &  tokens,
const string &  str,
const string &  separators = "\t " 
)